You are not logged in.
Many command line operations require waiting before requiring input (eg compiling and using package managers). Many of these offer options for ignoring all questions but sometimes you don't want to do this (or miss an argument) but don't want to check the terminal all the time.
Is there a application that I can run in combination with these that will somehow alert me (sound?) that the application is finished/error or waiting for input?
Offline
A finished / error state notification is easy, the program in question has finished, so you can run another program e.g. play a sound file so you know e.g. the compilation has finished.
If it just waits for input or hangs, that's another thing.
Offline
if it's all command line, the terminal emulator "terminator" (in community) has options to either watch for silence or watch for activity. You can do it in GNU screen too.
Offline
And also in tmux: http://blog.hawkhost.com/2010/07/02/tmu … w-activity
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline