Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shmoopi/brewster
Brewster is a macOS menu bar application that checks for Homebrew updates
https://github.com/shmoopi/brewster
Last synced: 6 days ago
JSON representation
Brewster is a macOS menu bar application that checks for Homebrew updates
- Host: GitHub
- URL: https://github.com/shmoopi/brewster
- Owner: Shmoopi
- License: mit
- Created: 2024-07-23T06:00:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T04:26:05.000Z (4 months ago)
- Last Synced: 2024-08-01T05:43:23.754Z (4 months ago)
- Language: Swift
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brewster
Brewster is a macOS menu bar application that checks for Homebrew updates.
## Features
- Checks for Homebrew updates and displays the number of updates available in the menu bar.
- Allows users to refresh, run Homebrew update commands in the terminal, and set the application to start at login.## Requirements
- macOS 10.14 or later
- Xcode 12 or later
- Homebrew installed## Contributing
1. Fork the repository.
2. Create a new branch:```sh
git checkout -b my-feature-branch
```3. Make your changes and commit them:
```sh
git commit -m "Add new feature"
```4. Push to the branch:
```sh
git push origin my-feature-branch
```5. Open a pull request.
## License
This project is licensed under the MIT License. See the LICENSE file for details.