Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn/brew-services-menubar
An OS X menu item for starting and stopping homebrew services
https://github.com/andrewn/brew-services-menubar
homebrew homebrew-services macos menubar utility
Last synced: 10 days ago
JSON representation
An OS X menu item for starting and stopping homebrew services
- Host: GitHub
- URL: https://github.com/andrewn/brew-services-menubar
- Owner: andrewn
- Created: 2016-05-01T12:56:33.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T16:45:05.000Z (4 months ago)
- Last Synced: 2024-10-18T19:47:23.334Z (24 days ago)
- Topics: homebrew, homebrew-services, macos, menubar, utility
- Language: Swift
- Size: 521 KB
- Stars: 313
- Watchers: 7
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - BrewServicesMenubar
README
# brew-services-menubar
> An OS X menu item for starting and stopping homebrew services.
This reads the [homebrew services](https://github.com/Homebrew/homebrew-services) command, showing you the status of your services and allowing them to be started, stopped and restarted.
## Install
### Using Homebrew Cask
```
brew install --cask brewservicesmenubar
```### Manually
Download from the [Releases](https://github.com/andrewn/brew-services-menubar/releases) page.
⚠️ You'll see a warning "BrewServicesMenubar" can't be opened because Apple cannot check it for malicious software. This is because I haven't paid Apple for a developer account.
[More info about this malicious software warning](https://support.apple.com/en-gb/guide/mac-help/mchleab3a043/mac).
### Autostart
The program doesn't have an option to autostart itself, so you may want to open _System Preferences_ -> _Users & Groups_ -> _Login Items_ and add the application to the list to have it start when you log in.
## Usage
- Start a specific service by clicking its name
- Stop a specific running service (indicated with a tick) by clicking its name
- Hold the Option key to allow a single service to be restarted## Configuration
By default looks for Homebrew at `/usr/local/bin/brew` and `/opt/Homebrew/bin/brew`.
If this not correct for your setup, you can customize it using:```sh
defaults write andrewnicolaou.BrewServicesMenubar brewExecutable /usr/local/bin/brew
```## Contributors
- Andrew Nicolaou (https://github.com/andrewn)
- Stéphan Kochen (https://github.com/stephank)
- Stefan Sundin (https://github.com/stefansundin)## License
Icon is [Beer by Enemen from the Noun Project](https://thenounproject.com/search/?q=beer&i=783212).