Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.