@Moosader@mastodon.gamedev.place
Post #1297407
2026-04-14 13:46 UTC
Ok question: surely there must be a terminal for Linux that lets you "listen" for certain outputs then script a thing to execute. Anyone know any terminals like this?
Replies (4)
-
@Moosader@mastodon.gamedev.place 2026-04-16 05:15
AUDIT tools. Anyway I've downloaded Terminator and I am thinking of modifying an audit/logging plugin to build something to detect words from the MUD I play and execute scripts/commands when triggered, instead of using a MUD client. #MUD #MultiUserDungeon
-
@mms@mastodon.bsd.cafe 2026-04-14 13:47
@Moosader@mastodon.gamedev.place you sentinels in emacs?
-
@indigoparadox@mastodon.social 2026-04-14 13:47
@Moosader@mastodon.gamedev.place That sounds like expect: https://linux.die.net/man/1/expect
-
@fp@mastodon.gamedev.place 2026-04-14 13:49
@Moosader@mastodon.gamedev.place inotifywait works if you're making a file watcher