Livecheck every installed formula? #2853
Answered
by
SMillerDev
viking1304
asked this question in
Everyday usage
-
Is there an easy way to do livecheck every installed formula? Something similar like I want to be able to easily check if any formula that I am using is outdated, so I can make bump PR. I can easily make a simple bash script that will loop trough output of |
Beta Was this translation helpful? Give feedback.
Answered by
SMillerDev
Jan 26, 2022
Replies: 1 comment 3 replies
-
Like |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
viking1304
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like
brew livecheck --installed
?