Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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