jhult / homebrew-tap-1

Tap with Homebrew formulae for saz-tools and other bottles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew Tap - prantlf/tap

Tap with Homebrew formulae and casks for the following bottles:

  • cutmidel - Trims a text to a maximum length by putting an ellipsis to the middle of the shortened result.
  • lite-xl - Lightweight text editor written in Lua. Syntax highlighting you know from VS Code, but comsuming MBs instead of GBs of memory.
  • saz-tools - Tools for SAZ files (Fiddler logs) - parsing, printing and analyzing using a web page. (sazdump and sazserve)
  • shortpwd - Trims the current working directory to a maximum length by putting an ellipsis to the middle of the shortened result.

Installation

Bottles can be installed directly to the cellar:

brew install prantlf/tap/cutmidel
brew install --cask prantlf/tap/lite-xl
brew install prantlf/tap/saz-tools
brew install prantlf/tap/shortpwd

Upgrade

A keg with a once poured bottle can be upgraded to a newer version:

brew upgrade cutmidel
brew upgrade --cask lite-xl
brew upgrade saz-tools
brew upgrade shortpwd

Registration

You can tap the repository and drop the prefix prantlf/tap/ when installing the packages.

brew tap prantlf/tap
brew update
brew install cutmidel
brew install --cask lite-xl
brew install saz-tools
brew install shortpwd

Remarks

If you are looking for the p4 formula or cask, it was removed from here, because it got accepted to the central Homebrew casks. You can install and upgrade it like other globally discoverable packages.

License

Copyright (c) 2020-2021 Ferdinand Prantl

Licensed under the MIT license.

About

Tap with Homebrew formulae for saz-tools and other bottles

License:MIT License


Languages

Language:Ruby 94.0%Language:Makefile 6.0%