BashTray is a macOS desktop application for running bash script from system tray menu.
Download is available here.
After running the application for the first time, the app will create a bt-config.json
file in you home directory. Edit this file to configure tray menu. Restart app to refresh apply changed configuration.
Example file content:
[
{
"label": "Script number 1",
"path": "/path/to/script1.sh"
},
{
"type": "separator"
}
{
"label": "Script number 2",
"path": "/path/to/script2.sh"
}
]
Will result in:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.