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
- Host: GitHub
- URL: https://github.com/alphahydrae/homebrew-tools
- Owner: AlphaHydrae
- License: mit
- Created: 2019-04-17T17:58:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T16:43:03.000Z (over 1 year ago)
- Last Synced: 2025-12-26T06:49:52.589Z (7 months ago)
- Topics: cli, command-line, command-line-tool, homebrew, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CLI Tools Homebrew Tap
[](https://github.com/AlphaHydrae/homebrew-tools/actions/workflows/build.yml)
[](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