Nice! I already use tmux. I’m not sure if the log file outputs anything like that though.
There’s a way to hook into the build process and run commands after it completes. I’m guessing I might have to do that to get the status line wired in.
this is not tmux specific, basically every terminal out there would react to the bell char. e.g Terminal.app adds a bell icon to the tab, makes the dock icon bounce, and a badge on it.
if you want to hack a bit and have a specific log line outputted yo the terminal you can stuff the bell char right in the string!
There’s a way to hook into the build process and run commands after it completes. I’m guessing I might have to do that to get the status line wired in.