Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Brew Outdated
## Description
Github CLI extension

Highlights 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