DomT4 / homebrew-autoupdate

:tropical_drink: An easy, convenient way to automatically update Homebrew.
BSD 2-Clause "Simplified" License
1.03k stars 57 forks source link

Feature request: Integrate with brew services or provide `status` #22

Closed jgogstad closed 5 years ago

jgogstad commented 5 years ago

Thanks for this, very useful!

Feature request:

Provide users with the ability to see the status of the service (running, stopped, not installed)

Either

  1. Integrate with https://github.com/Homebrew/homebrew-services
  2. Provide custom command
DomT4 commented 5 years ago

Implemented a status command. Let me know if you hit any issues with it. Thanks for the idea!