Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidraviv/gh-brew-outdated
Highlights all brew outdated formulas in their dependency tree so that it is easy to understand the source of unfamiliar outdated formula
https://github.com/davidraviv/gh-brew-outdated
brew gh-extension zsh
Last synced: 12 days ago
JSON representation
Highlights all brew outdated formulas in their dependency tree so that it is easy to understand the source of unfamiliar outdated formula
- Host: GitHub
- URL: https://github.com/davidraviv/gh-brew-outdated
- Owner: davidraviv
- Created: 2023-03-01T09:14:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-20T13:46:34.000Z (over 1 year ago)
- Last Synced: 2024-10-04T21:43:28.064Z (about 1 month ago)
- Topics: brew, gh-extension, zsh
- Language: Shell
- Homepage: https://github.com/davidraviv/gh-brew-outdated
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Brew Outdated
## Description
Github CLI extensionHighlights all brew outdated formulas in their dependency tree so that it is easy to understand the source of unfamiliar outdated formula.
The extension also lists the outdated formulas in the traditional way to display the current version and the updated one.
## Installation
```bash
gh extension install davidraviv/gh-brew-outdated
```## Usage
```bash
gh brew-outdated
```## Screenshots
This extension highlights all outdated formulas in their dependency tree:
![gh-brew-outdated](images/gh-brew-outdated-output.png)For a reference, this is a traditional `brew outdated` output:
![brew-outdated-output](images/brew-outdated-output.png)## Dependencies
- brew
- zsh## Contributing
Contribution is welcomed! Please open an issue or a pull request.## Possible improvements
- Make `brew deps` and `brew outdated` run in parallel
- Add a spinner while each phase is running