Skip to content

JarryShaw/homebrew-tap

Repository files navigation

Homebrew Tap for Jarry Shaw's Productions & Collections

Usage

Use the following commands to add this tap to your local Homebrew installation.

$ brew tap jarryshaw/tap
$ brew tap-pin jarryshaw/tap
# to install MacDaily
$ brew install macdaily

The tap-pin command is necessary since some formulae have already been included in the core tap of Homebrew. A pinned tap's formulae take precedence over duplicates in other taps.

NB: tap-pin command is now deprecated by Homebrew

You can review the repositories you have tapped and pinned using the following commands.

$ brew tap
caskroom/cask
jarryshaw/tap
$ brew tap --list-pinned
jarryshaw/tap

If you want to switch back to the core mas formula, you can unpin this tap.

$ brew tap-unpin jarryshaw/tap

Formula

Productions

  • MacDaily: Package day-care manager on macOS
  • f2format: Back-port compiler for Python 3.6 f-string literals
  • poseur: Back-port compiler for Python 3.8 positional-only parameters syntax
  • walrus: Back-port complier for Python 3.8 assignment expressions
  • AskPass: AskPass Utility for macOS
  • Confirm: Confirm Utility for macOS
  • pydl: Video downloader powered by https://jarryshaw.me RESTful APIs

Collections

  • docutils: text processing system for reStructuredText

    This formula is included in Homebrew core repository. However, no dependencies, such as lxml, Pillow and Pygments are integrated. See Homebrew/homebrew-core#35209.

  • vermin: concurrently detect the minimum Python versions needed to run code

    This formula is not notable enough to be included in Homebrew core repository yet. See Homebrew/homebrew-core#35633.

  • sloc: simple tool to count source lines of code

    This formula is now included in Homebrew core repository. See Homebrew/homebrew-core#35632.

  • pk2flow : simple utility to classify packets into flows

    This formula is not notable enough to be included in Homebrew core repository yet (<30 forks, <30 watchers and <75 stars).

  • bpython : fancy curses interface to the Python interactive interpreter

    For Python 3 interpreter, the formula is bpython; for Python 2 interpreter, the formula is bpython@2.

  • ptpython : better Python REPL

    For Python 3 interpreter, the formula is ptpython; for Python 2 interpreter, the formula is ptpython@2.

  • poet : generates Homebrew resource stanzas for Python packages

    This formula is not notable enough to be included in Homebrew core repository yet (<30 forks, <30 watchers and <75 stars). For Python 3 interpreter, the formula is poet; for Python 2 interpreter, the formula is poet@2.

  • uti : CLI tool for interacting with File Type Identifiers on Mac

    This formula is not notable enough to be included in Homebrew core repository yet (<30 forks, <30 watchers and <75 stars).

  • ssh-askpass : SSH-Askpass util for MacOS

    This formula is not notable enough to be included in Homebrew core repository yet (<30 forks, <30 watchers and <75 stars).

  • homebrew-npm-noob : generate Homebrew formulae for npm packages

    This formula is not notable enough to be included in Homebrew core repository yet (<30 forks, <30 watchers and <75 stars).

  • bro-pkg : package manager for Zeek

    This formula is not notable enough to be included in Homebrew core repository yet (<30 forks, <30 watchers and <75 stars).

  • Sphinx : Tool to create intelligent and beautiful documentation

    This formula is a port of sphinx-doc from Homebrew core repository, which integrates sphinx, sphinx-autobuild and sphinx-autodoc-typehints along.

  • PyInstaller : bundle a Python application and all its dependencies

    This formula is now included in Homebrew core repository. See: Homebrew/homebrew-core#38092

  • nlohmann::json : JSON for Modern C++

    This formula is now included in Homebrew core repository. See: Homebrew/homebrew-core#38257

  • git-hg : checking out and tracking a mercurial repo from git

    This formula is not notable enough to be included in Homebrew core repository yet (<30 forks, <30 watchers and <75 stars).

  • basher : package manager for shell scripts

    This formula is not yet included in Home brew core repository.

  • node-sass : JavaScript implementation of a Sass compiler

    This formula is now included in Homebrew core repository. See: Homebrew/homebrew-core#48167

  • sass : Dart implementation of a Sass compiler

    This formula is not yet included in Home brew core repository. See: Homebrew/homebrew-core#43388 and Homebrew/homebrew-core#47438

    It also ships with an alias as sass.

  • libraqm : library for complex text layout

    This formula is not notable enough to be included in Homebrew core repository yet (<30 forks, <30 watchers and <75 stars).

  • jshint : static analysis tool for JavaScript

    This formula is not yet included in Home brew core repository.

  • snooty-lextudio : reStructureText language server for Visual Studio Code

    This formula is not notable enough to be included in Homebrew core repository yet (<30 forks, <30 watchers and <75 stars).

  • mirror-config-china : Node.js packages mirror configuration set for China

    This formula is not notable enough to be included in Homebrew core repository yet (<30 forks, <30 watchers and <75 stars).

  • amass : In-depth attack surface mapping and asset discovery

    This formula is not yet included in Home brew core repository.

License

This repo is licensed under the BSD 2-Clause "Simplified" License. See the LICENSE file for rights and limitations.

Acknowledgement

This README file used README.md of mas-cli/homebrew-tap for reference.