Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vpukhanov/homebrew-tools
Utilities made and published by me, installable on macOS (and sometimes Linux!) via brew
https://github.com/vpukhanov/homebrew-tools
brew brew-tap homebrew homebrew-tap utilities
Last synced: 22 days ago
JSON representation
Utilities made and published by me, installable on macOS (and sometimes Linux!) via brew
- Host: GitHub
- URL: https://github.com/vpukhanov/homebrew-tools
- Owner: vpukhanov
- Created: 2024-06-28T17:33:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T19:04:29.000Z (4 months ago)
- Last Synced: 2024-10-04T21:42:24.042Z (about 1 month ago)
- Topics: brew, brew-tap, homebrew, homebrew-tap, utilities
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vyacheslav Pukhanov's Tools
## Available Formulae
- [Glee](https://github.com/vpukhanov/glee) — CLI tool to manage Git's local exclude patterns
## Available Casks
- [Vipinator](https://github.com/vpukhanov/Vipinator) — VPN management from your menu bar
## Installation
`brew install vpukhanov/tools/` or `brew install --cask vpukhanov/tools/`
Or `brew tap vpukhanov/tools` and then `brew install [--cask] `.
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
```ruby
tap "vpukhanov/tools"
brew ""
cask "cask"
```