Mac OSX bring the console window front most with shell command -


here want ask bring console window top shell command. possible?

there script execution in work environment, , take several minutes complete, move other work while running, better there tips notify me when script completes run.

so think bring window top most direct way.

please tell me how achieve this, i'm working on windows, new macos. thanks, levi

i don't know how bring console window front, if you're working in terminal, like:

$ path/to/script ; tput bel 

or

$ path/to/script ; "script 1 done" 

where path/to/script whatever usual method of loading script is.

i recommend first method, flashes screen, makes beeping noise, , causes terminal icon bounce , down on dock in os x 10.10. second might better if need figure out script done among bunch of scripts. if have coworkers don't want disturb, can change preferences in terminal alert flashes screen , doesn't make noise.

if have access source code of script, can add tput bel or say "command" last line of script , you'll same behvaior.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -