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: 3 months ago
JSON representation

Utilities made and published by me, installable on macOS (and sometimes Linux!) via brew

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
- [Cascade](https://github.com/vpukhanov/cascade) — CLI tool that applies a patch or a script across multiple Git repositories

## 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"
```