Created
April 1, 2021 21:57
-
-
Save djeikyb/97bf946638677892a3296ab81e0c03a1 to your computer and use it in GitHub Desktop.
list of macos homebrew packages i probably intentionally installed at some point
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew uninstall $(brew leaves | \grep --invert-match --line-regexp --file=keepers.txt | paste -sd\ -) | |
brew leaves | parallel brew desc | |
awscli: Official Amazon AWS command-line interface | |
bat: Clone of cat(1) with syntax highlighting and Git integration | |
bash-completion: Programmable completion for Bash 3.2 | |
automake: Tool for generating GNU Standards-compliant Makefiles | |
arp-scan: ARP scanning and fingerprinting tool | |
coreutils: GNU File, Shell, and Text utilities | |
cmake: Cross-platform make | |
docutils: Text processing system for reStructuredText | |
docker-completion: Bash, Zsh and Fish completion for Docker | |
dnsmasq: Lightweight DNS forwarder and DHCP server | |
deno: Secure runtime for JavaScript and TypeScript | |
docker-credential-helper-ecr: Docker Credential Helper for Amazon ECR | |
dos2unix: Convert text between DOS, UNIX, and Mac formats | |
docker-compose-completion: Completion script for docker-compose | |
fd: Simple, fast and user-friendly alternative to find | |
ffmpeg: Play, record, convert, and stream audio and video | |
gron: Make JSON greppable | |
graphviz: Graph visualization software from AT&T and Bell Labs | |
git: Distributed revision control system | |
gifsicle: GIF image/animation creator/editor | |
fswatch: Monitor a directory for changes and run a shell command | |
fzf: Command-line fuzzy finder written in Go | |
httpie: User-friendly cURL replacement (command-line HTTP client) | |
htop: Improved top (interactive process viewer) | |
jq: Lightweight and flexible command-line JSON processor | |
libedit: BSD-style licensed readline alternative | |
mono: Cross platform, open source .NET development framework | |
mitmproxy: Intercept, modify, replay, save HTTP/S traffic | |
media-info: Unified display of technical and tag data for audio/video | |
magic-wormhole: Securely transfers data between computers | |
mkcert: Simple tool to make locally trusted development certificates | |
mps-youtube: Terminal based YouTube player and downloader | |
pandoc: Swiss-army knife of markup format conversion | |
nss: Libraries for security-enabled client and server applications | |
swi-prolog: ISO/Edinburgh-style Prolog interpreter | |
ninja: Small build system for use with gyp or CMake | |
nginx: HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server | |
pv: Monitor data's progress through a pipe | |
pgcli: CLI for Postgres with auto-completion and syntax highlighting | |
parallel: Shell command parallelization utility | |
openapi-generator: Generate clients, server & docs from an OpenAPI spec (v2, v3) | |
neovim: Ambitious Vim-fork focused on extensibility and agility | |
tig: Text interface for Git repositories | |
ripgrep: Search tool like grep and The Silver Searcher | |
[email protected]: Interpreted, interactive, object-oriented programming language | |
tree: Display directories as trees (with optional color/HTML output) | |
uchardet: Encoding detector library | |
watch: Executes a program periodically, showing output fullscreen | |
zlib: General-purpose lossless data-compression library | |
wget: Internet file retriever | |
zsh: UNIX shell (command interpreter) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment