Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Comments on Show icon in menu bar while a shell script is running?
Post
Show icon in menu bar while a shell script is running?
+1
−0
When running a finder quick action, a cute little cog wheel is shown in the menu bar while the task is still running:
Is there a way to make a similar icon appear in the menu bar while a shell script is running in terminal?
For example with the following shell script test.sh
sleep 10
Is there a way to make a wrapper or something, which would trigger a menu bar icon?

1 comment thread