Skip to content

kunstefix/bash-tray

Repository files navigation

BashTray

BashTray is a macOS desktop application for running bash script from system tray menu.

Installation

Download is available here.

Usage

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:

Screenshot

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published