Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inacho/brewcron
Checks every day the outdated packages of Homebrew and sends you a notification
https://github.com/inacho/brewcron
Last synced: about 1 month ago
JSON representation
Checks every day the outdated packages of Homebrew and sends you a notification
- Host: GitHub
- URL: https://github.com/inacho/brewcron
- Owner: inacho
- License: mit
- Created: 2014-11-20T19:36:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T22:04:15.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T04:01:52.226Z (almost 2 years ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BrewCron
Checks every day the outdated packages of Homebrew and sends you a notification.
## How it works
The script creates a launchd task in ~/Library/LaunchAgents that run the script once a day to check the outdates packages.
If you have outdated packages the script sends you a notification.## Install
Download the script in your favorite location, give it execute permission and run the install command:
curl -o ~/.brewcron.sh https://raw.githubusercontent.com/inacho/BrewCron/master/brewcron.sh && chmod +x ~/.brewcron.sh && ~/.brewcron.sh install
Note: If you change the location or the name of the script, run again the install command
## Uninstall
Run the uninstall command and remove the script
~/.brewcron.sh uninstall && rm ~/.brewcron.sh
## License
Released under the MIT License.