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

https://github.com/alphahydrae/homebrew-tools

Various command line tools that can be installed with Homebrew
https://github.com/alphahydrae/homebrew-tools

cli command-line command-line-tool homebrew homebrew-tap

Last synced: 3 months ago
JSON representation

Various command line tools that can be installed with Homebrew

Awesome Lists containing this project

README

          

# CLI Tools Homebrew Tap

[![Build](https://github.com/AlphaHydrae/homebrew-tools/actions/workflows/build.yml/badge.svg)](https://github.com/AlphaHydrae/homebrew-tools/actions/workflows/build.yml)
[![MIT License](https://img.shields.io/static/v1?label=license&message=MIT&color=informational)](https://opensource.org/licenses/MIT)

Various command line tools that can be installed with [Homebrew][brew]:

* **[ensure-git-repos]** - Check that a directory only contains Git
repositories.
* **[scide]** - GNU Screen IDE.
* **[tcpwait]** - Wait for TCP endpoints to be reachable.
* **[update-asdf-tools]** - Update all [asdf][asdf] tools in one command.

## Installation

```
brew tap alphahydrae/tools
brew install ensure-git-repos
brew install scide
brew install tcpwait
brew install update-asdf-tools
```

[asdf]: https://asdf-vm.com
[brew]: https://brew.sh
[ensure-git-repos]: https://github.com/AlphaHydrae/ensure-git-repos
[scide]: https://github.com/AlphaHydrae/scide
[tcpwait]: https://github.com/AlphaHydrae/tcpwait
[update-asdf-tools]: https://github.com/AlphaHydrae/update-asdf-tools