AlexGustafsson / homebrew-tap

A homebrew tap containing macOS builds of my projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Homebrew Tap

How do I install these formulae?

Simply run

brew install alexgustafsson/tap/$formula

Or

brew tap alexgustafsson/tap
brew install $formula

Available formulae and casks

QuickTerm

QuickTerm UI

QuickTerm is a macOS application to allow quick interactions with a terminal, rendering its output as a sleek notification-like snackbar. Created without Xcode for macOS 11. Written in Swift 5 and SwiftUI.

Installing

brew install --cask alexgustafsson/tap/quickterm

Uninstalling

brew uninstall quickterm

If you want to remove all files created by QuickTerm (currently only the configuration file), use --zap.

brew uninstall --zap quickterm

PewView

PewView UI

PewView is a self-hosted network visualization on a 3D globe with support for IPFIX, Netflow and sFlow. Written in Go.

Installing

brew install alexgustafsson/tap/pewview

Uninstalling

brew uninstall pewview

Bake

Bake is a cross-platform language and tool for building things - like Make, but better.

Installing

brew install alexgustafsson/tap/bake

Uninstalling

brew uninstall bake

Bagels

Bagels is the official bake language server.

Installing

brew install alexgustafsson/tap/bagels

Uninstalling

brew uninstall bagels

Documentation

See brew help, man brew or check Homebrew's documentation.

Contributing

# Optionally link a local copy of the tap
ln -s $(pwd) /usr/local/Homebrew/Library/Taps/$(whoami)/homebrew-tap

# Validate syntax
brew test-bot --only-tap-syntax --tap alexgustafsson/tap

About

A homebrew tap containing macOS builds of my projects.


Languages

Language:Ruby 100.0%