Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelpurra/homebrew-joelpurra
Homebrew tap containing specialized software created by Joel Purra, packaged for easy installation.
https://github.com/joelpurra/homebrew-joelpurra
homebrew homebrew-joelpurra homebrew-tap
Last synced: 3 days ago
JSON representation
Homebrew tap containing specialized software created by Joel Purra, packaged for easy installation.
- Host: GitHub
- URL: https://github.com/joelpurra/homebrew-joelpurra
- Owner: joelpurra
- Created: 2015-01-22T21:35:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T17:10:56.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T14:31:09.134Z (about 1 month ago)
- Topics: homebrew, homebrew-joelpurra, homebrew-tap
- Language: Ruby
- Homepage: https://joelpurra.com/projects/homebrew-joelpurra/
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [homebrew-joelpurra](https://github.com/joelpurra/homebrew-joelpurra), a tap for [Homebrew](https://brew.sh/)
A [Homebrew](https://brew.sh/) tap containing packages of specialized software created, forked, or maintained by [Joel Purra](https://joelpurra.com/). Primarily intended for macOS, might work on Linux.
## Requirements
First install [Homebrew](https://brew.sh/) to get the `brew` tool.
## [jqnpm](https://github.com/joelpurra/jqnpm)
Package manager for [jq](https://stedolan.github.io/jq/). Depends on [joelpurra/joelpurra/jq](https://github.com/joelpurra/jq) which is a `jq` fork with patch branches to enable package management.
```bash
# NOTE: depends on joelpurra/joelpurra/jq which conflicts with homebrew-core's jq.
brew install joelpurra/joelpurra/jqnpm
```## [npshell](https://github.com/joelpurra/npshell)
Command-line music queue manager.
```bash
brew install joelpurra/joelpurra/npshell
```## [shell-keystroke-animator](https://github.com/joelpurra/shell-keystroke-animator)
Screen demo recording tool to produce animations/gifs of scripted keyboard input.
```bash
brew install joelpurra/joelpurra/shell-keystroke-animator
```## [joelpurra/joelpurra/gitslave](https://github.com/joelpurra/gitslave)
A [`gits` git superproject/gitslave](https://gitslave.sourceforge.io/) fork. It picks up where the original maintainers left off, applying some community-provided patches.
```bash
brew install joelpurra/joelpurra/gitslave
```---
Copyright © 2015, 2016, 2017, 2018, 2019, 2020 [Joel Purra](https://joelpurra.com/). Licensed under the [GNU Affero General Public License, Version 3 (AGPL-3.0)](https://www.gnu.org/licenses/agpl-3.0.html).