# whichcli - Full AI Agent Tool Reference > 639 curated CLI tools and skills with install commands ## ripgrep Ultra-fast line-oriented search tool, 10x faster than grep - Category: search - GitHub: https://github.com/BurntSushi/ripgrep - Stars: 49000 - Tags: grep, search, rust, regex - Aliases: rg, fast grep, replaces:grep Install: brew (mac): brew install ripgrep apt (linux): apt install ripgrep cargo (all): cargo install ripgrep winget (windows): winget install BurntSushi.ripgrep.MSVC ## fzf General-purpose command-line fuzzy finder - Category: search - GitHub: https://github.com/junegunn/fzf - Stars: 67000 - Tags: fuzzy, search, go, filter - Aliases: fuzzy finder Install: brew (mac): brew install fzf apt (linux): apt install fzf winget (windows): winget install junegunn.fzf ## fd Fast and user-friendly alternative to the find command - Category: search - GitHub: https://github.com/sharkdp/fd - Stars: 35000 - Tags: find, search, rust, filesystem - Aliases: fd-find, fast find, replaces:find Install: brew (mac): brew install fd apt (linux): apt install fd-find cargo (all): cargo install fd-find ## ag The Silver Searcher — fast code search tool similar to ack - Category: search - GitHub: https://github.com/ggreer/the_silver_searcher - Stars: 26000 - Tags: search, grep, ack, code Install: brew (mac): brew install the_silver_searcher apt (linux): apt install silversearcher-ag ## sd Intuitive find-and-replace CLI (sed alternative) - Category: search - GitHub: https://github.com/chmln/sd - Stars: 6000 - Tags: sed, replace, rust, regex Install: brew (mac): brew install sd cargo (all): cargo install sd ## grep Classic Unix text search utility for pattern matching - Category: search - GitHub: https://github.com/grep-project/grep - Stars: 300 - Tags: search, regex, c, standard Install: brew (mac): brew install grep apt (linux): apt install grep ## peco Interactive filtering tool for the command line - Category: search - GitHub: https://github.com/peco/peco - Stars: 7700 - Tags: filter, interactive, go, pipe Install: brew (mac): brew install peco apt (linux): apt install peco go (all): go install github.com/peco/peco/cmd/peco@latest ## choose Human-friendly alternative to cut and awk - Category: search - GitHub: https://github.com/theryangeary/choose - Stars: 1800 - Tags: cut, awk, rust, column Install: brew (mac): brew install choose-rust cargo (all): cargo install choose ## tealdeer Fast tldr client written in Rust - Category: search - GitHub: https://github.com/dbrgn/tealdeer - Stars: 4500 - Tags: tldr, man, rust, help Install: brew (mac): brew install tealdeer cargo (all): cargo install tealdeer apt (linux): apt install tealdeer ## lazygit Simple terminal UI for git commands - Category: git - GitHub: https://github.com/jesseduffield/lazygit - Stars: 55000 - Tags: git, tui, go, terminal - Aliases: git tui, git ui Install: brew (mac): brew install lazygit apt (linux): apt install lazygit winget (windows): winget install lazygit ## gh GitHub CLI for managing repos, PRs, and issues from the terminal - Category: git - GitHub: https://github.com/cli/cli - Stars: 38000 - Tags: github, git, go, cli Install: brew (mac): brew install gh apt (linux): apt install gh winget (windows): winget install GitHub.cli ## delta Syntax-highlighting pager for git, diff, and grep output - Category: git - GitHub: https://github.com/dandavison/delta - Stars: 24000 - Tags: git, diff, rust, syntax-highlighting Install: brew (mac): brew install git-delta apt (linux): apt install git-delta cargo (all): cargo install git-delta ## tig Text-mode interface for Git with log, diff, and blame views - Category: git - GitHub: https://github.com/jonas/tig - Stars: 12500 - Tags: git, tui, c, log Install: brew (mac): brew install tig apt (linux): apt install tig ## gitui Blazing fast terminal UI for git - Category: git - GitHub: https://github.com/extrawurst/gitui - Stars: 19000 - Tags: git, tui, rust, terminal Install: brew (mac): brew install gitui cargo (all): cargo install gitui ## git-absorb Automatically absorb staged changes into matching commits - Category: git - GitHub: https://github.com/tummychow/git-absorb - Stars: 3500 - Tags: git, rebase, rust, fixup Install: brew (mac): brew install git-absorb cargo (all): cargo install git-absorb ## git-lfs Git extension for versioning large files - Category: git - GitHub: https://github.com/git-lfs/git-lfs - Stars: 13000 - Tags: git, lfs, go, storage Install: brew (mac): brew install git-lfs apt (linux): apt install git-lfs winget (windows): winget install GitHub.GitLFS ## pre-commit Framework for managing multi-language pre-commit hooks - Category: git - GitHub: https://github.com/pre-commit/pre-commit - Stars: 13500 - Tags: git, hooks, python, lint Install: brew (mac): brew install pre-commit pip (all): pip install pre-commit ## difftastic Structural diff tool that understands syntax - Category: git - GitHub: https://github.com/Wilfred/difftastic - Stars: 21000 - Tags: diff, ast, rust, structural Install: brew (mac): brew install difftastic cargo (all): cargo install difftastic ## k9s Kubernetes cluster management TUI - Category: devops - GitHub: https://github.com/derailed/k9s - Stars: 28000 - Tags: kubernetes, tui, go, devops Install: brew (mac): brew install derailed/k9s/k9s apt (linux): apt install k9s winget (windows): winget install Derailed.k9s ## terraform Infrastructure as Code tool for provisioning cloud resources - Category: devops - GitHub: https://github.com/hashicorp/terraform - Stars: 43000 - Tags: iac, cloud, go, infrastructure Install: brew (mac): brew install terraform apt (linux): apt install terraform winget (windows): winget install Hashicorp.Terraform ## ansible Agentless IT automation and configuration management - Category: devops - GitHub: https://github.com/ansible/ansible - Stars: 63000 - Tags: automation, ssh, python, config Install: brew (mac): brew install ansible pip (all): pip install ansible apt (linux): apt install ansible ## lazydocker Simple terminal UI for Docker management - Category: devops - GitHub: https://github.com/jesseduffield/lazydocker - Stars: 39000 - Tags: docker, tui, go, container Install: brew (mac): brew install lazydocker go (all): go install github.com/jesseduffield/lazydocker@latest ## kubectl CLI for managing Kubernetes clusters and resources - Category: devops - GitHub: https://github.com/kubernetes/kubectl - Stars: 2900 - Tags: kubernetes, cli, go, cluster Install: brew (mac): brew install kubectl apt (linux): apt install kubectl winget (windows): winget install Kubernetes.kubectl ## helm The Kubernetes package manager - Category: devops - GitHub: https://github.com/helm/helm - Stars: 27000 - Tags: kubernetes, package, go, deploy Install: brew (mac): brew install helm apt (linux): apt install helm winget (windows): winget install Helm.Helm ## act Run GitHub Actions locally - Category: devops - GitHub: https://github.com/nektos/act - Stars: 56000 - Tags: github-actions, ci, go, docker Install: brew (mac): brew install act go (all): go install github.com/nektos/act@latest ## docker-compose Define and run multi-container Docker applications - Category: devops - GitHub: https://github.com/docker/compose - Stars: 34000 - Tags: docker, container, go, orchestration Install: brew (mac): brew install docker-compose apt (linux): apt install docker-compose-plugin ## pulumi Infrastructure as Code using real programming languages - Category: devops - GitHub: https://github.com/pulumi/pulumi - Stars: 22000 - Tags: iac, cloud, go, typescript Install: brew (mac): brew install pulumi winget (windows): winget install Pulumi.Pulumi ## argocd Declarative GitOps continuous delivery for Kubernetes - Category: devops - GitHub: https://github.com/argoproj/argo-cd - Stars: 18000 - Tags: kubernetes, gitops, go, cd Install: brew (mac): brew install argocd ## bat A cat clone with syntax highlighting and line numbers - Category: file - GitHub: https://github.com/sharkdp/bat - Stars: 51000 - Tags: cat, syntax-highlighting, rust, viewer - Aliases: batcat, syntax cat, replaces:cat Install: brew (mac): brew install bat apt (linux): apt install bat cargo (all): cargo install bat ## eza Modern replacement for ls with color and icon support - Category: file - GitHub: https://github.com/eza-community/eza - Stars: 13000 - Tags: ls, list, rust, files - Aliases: exa, modern ls, replaces:ls Install: brew (mac): brew install eza apt (linux): apt install eza cargo (all): cargo install eza ## dust Intuitive disk usage analyzer (du alternative) - Category: file - GitHub: https://github.com/bootandy/dust - Stars: 9000 - Tags: du, disk, rust, storage Install: brew (mac): brew install dust cargo (all): cargo install du-dust ## duf Modern disk usage/free utility with nice output - Category: file - GitHub: https://github.com/muesli/duf - Stars: 13000 - Tags: df, disk, go, storage Install: brew (mac): brew install duf apt (linux): apt install duf go (all): go install github.com/muesli/duf@latest ## ncdu NCurses-based disk usage analyzer - Category: file - GitHub: https://github.com/rofl0r/ncdu - Stars: 2200 - Tags: disk, ncurses, c, analyzer Install: brew (mac): brew install ncdu apt (linux): apt install ncdu ## jq Lightweight command-line JSON processor - Category: file - GitHub: https://github.com/jqlang/jq - Stars: 31000 - Tags: json, filter, c, pipe Install: brew (mac): brew install jq apt (linux): apt install jq winget (windows): winget install jqlang.jq ## yq Lightweight YAML/XML/TOML processor for the command line - Category: file - GitHub: https://github.com/mikefarah/yq - Stars: 12000 - Tags: yaml, json, go, filter Install: brew (mac): brew install yq go (all): go install github.com/mikefarah/yq/v4@latest winget (windows): winget install MikeFarah.yq ## tree Display directory structure as a tree diagram - Category: file - GitHub: https://github.com/Old-Man-Programmer/tree - Stars: 1200 - Tags: directory, tree, c, visualization Install: brew (mac): brew install tree apt (linux): apt install tree ## trash-cli Move files to trash instead of permanently deleting - Category: file - GitHub: https://github.com/sindresorhus/trash-cli - Stars: 1300 - Tags: trash, delete, node, safe Install: npm (all): npm install -g trash-cli brew (mac): brew install trash-cli ## broot Modern tree-based file manager for the terminal - Category: file - GitHub: https://github.com/Canop/broot - Stars: 11000 - Tags: tree, navigate, rust, tui Install: brew (mac): brew install broot cargo (all): cargo install broot ## yazi Fast terminal file manager written in Rust - Category: file - GitHub: https://github.com/sxyazi/yazi - Stars: 18000 - Tags: file-manager, tui, rust, async Install: brew (mac): brew install yazi cargo (all): cargo install yazi-fm ## rclone Cloud storage sync and management tool (rsync for cloud) - Category: file - GitHub: https://github.com/rclone/rclone - Stars: 48000 - Tags: cloud, sync, go, storage Install: brew (mac): brew install rclone apt (linux): apt install rclone winget (windows): winget install Rclone.Rclone ## lsd Modern ls alternative with icons and colors - Category: file - GitHub: https://github.com/lsd-rs/lsd - Stars: 14000 - Tags: ls, icons, rust, color Install: brew (mac): brew install lsd apt (linux): apt install lsd cargo (all): cargo install lsd ## just Modern command runner (make alternative) - Category: file - GitHub: https://github.com/casey/just - Stars: 22000 - Tags: make, runner, rust, automation Install: brew (mac): brew install just cargo (all): cargo install just winget (windows): winget install Casey.Just ## pandoc Universal document format converter - Category: file - GitHub: https://github.com/jgm/pandoc - Stars: 35000 - Tags: document, converter, haskell, markdown Install: brew (mac): brew install pandoc apt (linux): apt install pandoc winget (windows): winget install JohnMacFarlane.Pandoc ## starship Minimal, fast, customizable shell prompt - Category: shell - GitHub: https://github.com/starship/starship - Stars: 47000 - Tags: prompt, shell, rust, customization Install: brew (mac): brew install starship cargo (all): cargo install starship winget (windows): winget install Starship.Starship ## atuin Shell history manager with sync and search - Category: shell - GitHub: https://github.com/atuinsh/atuin - Stars: 21000 - Tags: history, shell, rust, sync Install: brew (mac): brew install atuin cargo (all): cargo install atuin ## zoxide Smarter cd command that learns your habits - Category: shell - GitHub: https://github.com/ajeetdsouza/zoxide - Stars: 23000 - Tags: cd, directory, rust, navigation Install: brew (mac): brew install zoxide apt (linux): apt install zoxide cargo (all): cargo install zoxide ## tmux Terminal multiplexer for managing multiple sessions - Category: shell - GitHub: https://github.com/tmux/tmux - Stars: 36000 - Tags: terminal, multiplexer, c, session Install: brew (mac): brew install tmux apt (linux): apt install tmux ## direnv Environment variable manager per directory - Category: shell - GitHub: https://github.com/direnv/direnv - Stars: 13000 - Tags: env, shell, go, dotenv Install: brew (mac): brew install direnv apt (linux): apt install direnv ## nushell Modern shell with structured data processing - Category: shell - GitHub: https://github.com/nushell/nushell - Stars: 33000 - Tags: shell, data, rust, pipeline Install: brew (mac): brew install nushell cargo (all): cargo install nu winget (windows): winget install Nushell.Nushell ## fish User-friendly interactive shell with auto-suggestions - Category: shell - GitHub: https://github.com/fish-shell/fish-shell - Stars: 26000 - Tags: shell, autocomplete, rust, friendly Install: brew (mac): brew install fish apt (linux): apt install fish ## zellij Terminal workspace with panes, tabs, and sessions - Category: shell - GitHub: https://github.com/zellij-org/zellij - Stars: 22000 - Tags: terminal, multiplexer, rust, tui Install: brew (mac): brew install zellij cargo (all): cargo install zellij ## thefuck Auto-correct previous console commands - Category: shell - GitHub: https://github.com/nvbn/thefuck - Stars: 86000 - Tags: autocorrect, shell, python, productivity Install: brew (mac): brew install thefuck pip (all): pip install thefuck apt (linux): apt install thefuck ## mcfly Intelligent shell history search using neural networks - Category: shell - GitHub: https://github.com/cantino/mcfly - Stars: 7000 - Tags: history, search, rust, ai Install: brew (mac): brew install mcfly cargo (all): cargo install mcfly ## htop Interactive process viewer and system monitor - Category: monitor - GitHub: https://github.com/htop-dev/htop - Stars: 6500 - Tags: process, monitor, c, system Install: brew (mac): brew install htop apt (linux): apt install htop ## btop Resource monitor with CPU, memory, disk, and network stats - Category: monitor - GitHub: https://github.com/aristocratos/btop - Stars: 22000 - Tags: monitor, system, cpp, dashboard Install: brew (mac): brew install btop apt (linux): apt install btop snap (linux): snap install btop ## glances Cross-platform system monitoring tool - Category: monitor - GitHub: https://github.com/nicolargo/glances - Stars: 27000 - Tags: monitor, system, python, web Install: brew (mac): brew install glances pip (all): pip install glances apt (linux): apt install glances ## procs Modern replacement for ps with color and keyword search - Category: monitor - GitHub: https://github.com/dalance/procs - Stars: 5100 - Tags: ps, process, rust, system Install: brew (mac): brew install procs cargo (all): cargo install procs ## bandwhich Terminal bandwidth usage monitor by process - Category: monitor - GitHub: https://github.com/imsnif/bandwhich - Stars: 10000 - Tags: network, bandwidth, rust, monitor Install: brew (mac): brew install bandwhich cargo (all): cargo install bandwhich ## hyperfine Command-line benchmarking tool - Category: monitor - GitHub: https://github.com/sharkdp/hyperfine - Stars: 23000 - Tags: benchmark, timing, rust, performance Install: brew (mac): brew install hyperfine apt (linux): apt install hyperfine cargo (all): cargo install hyperfine ## tokei Fast code statistics tool for counting lines of code - Category: monitor - GitHub: https://github.com/XAMPPRocky/tokei - Stars: 11000 - Tags: code, statistics, rust, lines Install: brew (mac): brew install tokei cargo (all): cargo install tokei ## bottom Cross-platform graphical system/process monitor - Category: monitor - GitHub: https://github.com/ClementTsang/bottom - Stars: 10000 - Tags: monitor, system, rust, graph Install: brew (mac): brew install bottom apt (linux): apt install bottom cargo (all): cargo install bottom ## shellcheck Static analysis tool for shell scripts - Category: monitor - GitHub: https://github.com/koalaman/shellcheck - Stars: 37000 - Tags: lint, shell, haskell, analysis Install: brew (mac): brew install shellcheck apt (linux): apt install shellcheck ## watchexec Execute commands when files change - Category: monitor - GitHub: https://github.com/watchexec/watchexec - Stars: 5500 - Tags: watch, file, rust, automation Install: brew (mac): brew install watchexec cargo (all): cargo install watchexec-cli ## gum Tool for writing glamorous shell scripts - Category: monitor - GitHub: https://github.com/charmbracelet/gum - Stars: 18000 - Tags: tui, script, go, interactive Install: brew (mac): brew install gum go (all): go install github.com/charmbracelet/gum@latest ## vhs Record terminal sessions as GIF/video - Category: monitor - GitHub: https://github.com/charmbracelet/vhs - Stars: 15000 - Tags: recording, gif, go, terminal Install: brew (mac): brew install vhs go (all): go install github.com/charmbracelet/vhs@latest ## httpie User-friendly HTTP client for the terminal - Category: network - GitHub: https://github.com/httpie/cli - Stars: 34000 - Tags: http, api, python, curl Install: brew (mac): brew install httpie pip (all): pip install httpie apt (linux): apt install httpie ## curlie Frontend for curl that adds httpie-like usability - Category: network - GitHub: https://github.com/rs/curlie - Stars: 2900 - Tags: http, curl, go, api Install: brew (mac): brew install curlie go (all): go install github.com/rs/curlie@latest ## xh Friendly and fast HTTP request tool (HTTPie alternative in Rust) - Category: network - GitHub: https://github.com/ducaale/xh - Stars: 5500 - Tags: http, api, rust, client Install: brew (mac): brew install xh cargo (all): cargo install xh ## mtr Network diagnostic tool combining ping and traceroute - Category: network - GitHub: https://github.com/traviscross/mtr - Stars: 2700 - Tags: traceroute, ping, c, diagnostic Install: brew (mac): brew install mtr apt (linux): apt install mtr ## dog User-friendly DNS lookup tool (dig alternative) - Category: network - GitHub: https://github.com/ogham/dog - Stars: 6400 - Tags: dns, dig, rust, lookup Install: brew (mac): brew install dog cargo (all): cargo install dog ## gping Ping with a real-time graph visualization - Category: network - GitHub: https://github.com/orf/gping - Stars: 11000 - Tags: ping, graph, rust, latency Install: brew (mac): brew install gping cargo (all): cargo install gping ## trippy Network diagnostic tool with TUI visualization - Category: network - GitHub: https://github.com/fujiapple852/trippy - Stars: 4000 - Tags: traceroute, tui, rust, network Install: brew (mac): brew install trippy cargo (all): cargo install trippy ## wget Non-interactive network downloader for files and websites - Category: network - GitHub: https://github.com/mirror/wget - Stars: 500 - Tags: download, http, c, mirror Install: brew (mac): brew install wget apt (linux): apt install wget ## aria2 Lightweight multi-protocol download utility - Category: network - GitHub: https://github.com/aria2/aria2 - Stars: 36000 - Tags: download, torrent, cpp, parallel Install: brew (mac): brew install aria2 apt (linux): apt install aria2 ## nmap Network exploration and security auditing tool - Category: network - GitHub: https://github.com/nmap/nmap - Stars: 10000 - Tags: security, scan, cpp, audit Install: brew (mac): brew install nmap apt (linux): apt install nmap ## oha HTTP load testing tool with real-time TUI display - Category: network - GitHub: https://github.com/hatoo/oha - Stars: 6500 - Tags: http, load-test, rust, benchmark Install: brew (mac): brew install oha cargo (all): cargo install oha ## grpcurl curl-like tool for interacting with gRPC servers - Category: network - GitHub: https://github.com/fullstorydev/grpcurl - Stars: 11000 - Tags: grpc, api, go, client Install: brew (mac): brew install grpcurl go (all): go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest ## aichat All-in-one AI CLI tool supporting multiple LLM providers - Category: ai - GitHub: https://github.com/sigoden/aichat - Stars: 5500 - Tags: ai, chatgpt, rust, llm Install: brew (mac): brew install aichat cargo (all): cargo install aichat ## ollama Run large language models locally - Category: ai - GitHub: https://github.com/ollama/ollama - Stars: 110000 - Tags: ai, llm, go, local Install: brew (mac): brew install ollama winget (windows): winget install Ollama.Ollama ## llm CLI tool for interacting with multiple LLM providers - Category: ai - GitHub: https://github.com/simonw/llm - Stars: 5800 - Tags: ai, llm, python, prompt Install: brew (mac): brew install llm pip (all): pip install llm ## fabric AI-powered pattern framework for augmenting humans - Category: ai - GitHub: https://github.com/danielmiessler/fabric - Stars: 28000 - Tags: ai, prompt, go, patterns Install: go (all): go install github.com/danielmiessler/fabric@latest brew (mac): brew install fabric ## open-interpreter Natural language interface for computer control - Category: ai - GitHub: https://github.com/OpenInterpreter/open-interpreter - Stars: 57000 - Tags: ai, agent, python, automation Install: pip (all): pip install open-interpreter ## claude-code Anthropic Claude AI coding assistant CLI - Category: ai - GitHub: https://github.com/anthropics/claude-code - Stars: 30000 - Tags: ai, coding, agent, anthropic Install: npm (all): npm install -g @anthropic-ai/claude-code ## gemini-cli Google Gemini AI coding assistant CLI - Category: ai - GitHub: https://github.com/google-gemini/gemini-cli - Stars: 20000 - Tags: ai, gemini, google, agent Install: npm (all): npm install -g @anthropic-ai/gemini-cli ## copilot-cli GitHub Copilot AI assistant for the command line - Category: ai - GitHub: https://github.com/github/copilot-cli - Stars: 4000 - Tags: ai, github, copilot, shell Install: npm (all): npm install -g @githubnext/github-copilot-cli ## aider AI pair programming tool in the terminal - Category: ai - GitHub: https://github.com/Aider-AI/aider - Stars: 25000 - Tags: ai, pair-programming, python, git Install: pip (all): pip install aider-chat brew (mac): brew install aider ## gpt-engineer AI agent for code generation from natural language specs - Category: ai - GitHub: https://github.com/gpt-engineer-org/gpt-engineer - Stars: 52000 - Tags: ai, codegen, python, agent Install: pip (all): pip install gpt-engineer ## mods AI-powered tool for the terminal using LLMs - Category: ai - GitHub: https://github.com/charmbracelet/mods - Stars: 4000 - Tags: ai, pipe, go, terminal Install: brew (mac): brew install mods go (all): go install github.com/charmbracelet/mods@latest ## tgpt AI chatbot for the terminal without API keys - Category: ai - GitHub: https://github.com/aandrew-me/tgpt - Stars: 2000 - Tags: ai, chat, go, free Install: brew (mac): brew install aandrew-me/tap/tgpt go (all): go install github.com/aandrew-me/tgpt/v2@latest ## sgpt Shell-GPT command-line productivity tool - Category: ai - GitHub: https://github.com/tbckr/sgpt - Stars: 2500 - Tags: ai, shell, go, codegen Install: brew (mac): brew install tbckr/tap/sgpt go (all): go install github.com/tbckr/sgpt/v2@latest ## continue Open-source AI code assistant - Category: ai - GitHub: https://github.com/continuedev/continue - Stars: 20000 - Tags: ai, assistant, vscode, typescript Install: npm (all): npm install -g @continuedev/continue ## codex OpenAI Codex-powered coding assistant CLI - Category: ai - GitHub: https://github.com/openai/codex - Stars: 15000 - Tags: ai, coding, openai, agent Install: npm (all): npm install -g @openai/codex ## goose AI developer agent that runs in the terminal - Category: ai - GitHub: https://github.com/block/goose - Stars: 10000 - Tags: ai, agent, rust, coding Install: brew (mac): brew install goose pip (all): pip install goose-ai ## opencode Open-source AI-powered terminal coding assistant - Category: ai - GitHub: https://github.com/opencode-ai/opencode - Stars: 95000 - Tags: ai, coding, go, tui Install: brew (mac): brew install opencode go (all): go install github.com/opencode-ai/opencode@latest ## warp AI-powered modern terminal with built-in AI features - Category: ai - GitHub: https://github.com/warpdotdev/Warp - Stars: 21000 - Tags: terminal, ai, rust, gpu Install: brew (mac): brew install --cask warp ## pgcli PostgreSQL CLI with auto-completion and syntax highlighting - Category: database - GitHub: https://github.com/dbcli/pgcli - Stars: 12300 - Tags: postgresql, sql, python, autocomplete Install: brew (mac): brew install pgcli pip (all): pip install pgcli apt (linux): apt install pgcli ## mycli MySQL CLI with auto-completion and syntax highlighting - Category: database - GitHub: https://github.com/dbcli/mycli - Stars: 11500 - Tags: mysql, sql, python, autocomplete Install: brew (mac): brew install mycli pip (all): pip install mycli ## litecli SQLite CLI with auto-completion and syntax highlighting - Category: database - GitHub: https://github.com/dbcli/litecli - Stars: 2200 - Tags: sqlite, sql, python, autocomplete Install: brew (mac): brew install litecli pip (all): pip install litecli ## usql Universal database CLI supporting multiple database types - Category: database - GitHub: https://github.com/xo/usql - Stars: 9000 - Tags: sql, universal, go, database Install: brew (mac): brew install usql go (all): go install github.com/xo/usql@latest ## dbmate Lightweight database migration tool - Category: database - GitHub: https://github.com/amacneil/dbmate - Stars: 5500 - Tags: migration, sql, go, schema Install: brew (mac): brew install dbmate npm (all): npm install -g dbmate ## redis-cli Command-line interface for Redis database - Category: database - GitHub: https://github.com/redis/redis - Stars: 67000 - Tags: redis, kv, c, cache Install: brew (mac): brew install redis apt (linux): apt install redis-tools ## mongosh MongoDB Shell with syntax highlighting and auto-completion - Category: database - GitHub: https://github.com/mongodb-js/mongosh - Stars: 3200 - Tags: mongodb, nosql, typescript, shell Install: brew (mac): brew install mongosh npm (all): npm install -g mongosh ## lazysql Terminal UI for SQL database management - Category: database - GitHub: https://github.com/jorgerojas26/lazysql - Stars: 2000 - Tags: sql, tui, go, database Install: brew (mac): brew install lazysql go (all): go install github.com/jorgerojas26/lazysql@latest ## neovim Hyperextensible Vim-based text editor - Category: editor - GitHub: https://github.com/neovim/neovim - Stars: 85000 - Tags: vim, editor, c, lua Install: brew (mac): brew install neovim apt (linux): apt install neovim winget (windows): winget install Neovim.Neovim ## helix Post-modern modal text editor - Category: editor - GitHub: https://github.com/helix-editor/helix - Stars: 35000 - Tags: editor, rust, lsp, modal Install: brew (mac): brew install helix apt (linux): apt install helix cargo (all): cargo install helix-term ## micro Modern and intuitive terminal text editor - Category: editor - GitHub: https://github.com/zyedidia/micro - Stars: 25000 - Tags: editor, go, terminal, simple Install: brew (mac): brew install micro apt (linux): apt install micro winget (windows): winget install zyedidia.micro ## kakoune Modal text editor with multiple selections - Category: editor - GitHub: https://github.com/mawww/kakoune - Stars: 10000 - Tags: editor, cpp, modal, selection Install: brew (mac): brew install kakoune apt (linux): apt install kakoune ## zed High-performance code editor built in Rust - Category: editor - GitHub: https://github.com/zed-industries/zed - Stars: 52000 - Tags: editor, rust, collaboration, fast Install: brew (mac): brew install --cask zed ## vim Ubiquitous modal text editor - Category: editor - GitHub: https://github.com/vim/vim - Stars: 37000 - Tags: editor, c, modal, classic Install: brew (mac): brew install vim apt (linux): apt install vim winget (windows): winget install vim.vim ## emacs Extensible, customizable text editor and computing environment - Category: editor - GitHub: https://github.com/emacs-mirror/emacs - Stars: 4500 - Tags: editor, lisp, extensible, classic Install: brew (mac): brew install emacs apt (linux): apt install emacs ## amp Modern terminal text editor inspired by Vim - Category: editor - GitHub: https://github.com/jmacdonald/amp - Stars: 3700 - Tags: editor, rust, modal, terminal Install: brew (mac): brew install amp cargo (all): cargo install amp ## ast-grep Structural code search and replacement tool using AST patterns - Category: search - GitHub: https://github.com/ast-grep/ast-grep - Stars: 8500 - Tags: ast, search, refactor, rust, lint Install: brew (mac): brew install ast-grep npm (all): npm install -g @ast-grep/cli cargo (all): cargo install ast-grep pip (all): pip install ast-grep-cli ## ugrep Ultra-fast grep replacement with fuzzy search and archive support - Category: search - GitHub: https://github.com/Genivia/ugrep - Stars: 3200 - Tags: grep, search, fuzzy, archive Install: brew (mac): brew install ugrep apt (linux): apt install ugrep winget (windows): winget install Genivia.ugrep ## git-cliff Highly customizable changelog generator from commit history - Category: git - GitHub: https://github.com/orhun/git-cliff - Stars: 9500 - Tags: changelog, git, rust, release Install: brew (mac): brew install git-cliff cargo (all): cargo install git-cliff npm (all): npm install -g git-cliff ## gitoxide Pure Rust implementation of Git with blazing-fast performance - Category: git - GitHub: https://github.com/Byron/gitoxide - Stars: 9000 - Tags: git, rust, performance, cli Install: brew (mac): brew install gitoxide cargo (all): cargo install gitoxide ## git-town High-level Git workflow automation with sync, hack, and ship commands - Category: git - GitHub: https://github.com/git-town/git-town - Stars: 7800 - Tags: git, workflow, branch, automation Install: brew (mac): brew install git-town apt (linux): apt install git-town winget (windows): winget install git-town ## k3d Run lightweight Kubernetes clusters (k3s) in Docker containers - Category: devops - GitHub: https://github.com/k3d-io/k3d - Stars: 5700 - Tags: kubernetes, docker, k3s, cluster Install: brew (mac): brew install k3d winget (windows): winget install k3d-io.k3d ## kind Kubernetes IN Docker — run local clusters using Docker containers as nodes - Category: devops - GitHub: https://github.com/kubernetes-sigs/kind - Stars: 13500 - Tags: kubernetes, docker, testing, cluster Install: brew (mac): brew install kind go (all): go install sigs.k8s.io/kind@latest ## flyctl Fly.io CLI — deploy and manage apps on the global edge network - Category: devops - GitHub: https://github.com/superfly/flyctl - Stars: 1600 - Tags: deploy, fly.io, edge, hosting Install: brew (mac): brew install flyctl winget (windows): winget install Fly.flyctl ## dagger Programmable CI/CD engine — define pipelines as code, run anywhere - Category: devops - GitHub: https://github.com/dagger/dagger - Stars: 11500 - Tags: ci, cd, pipeline, container Install: brew (mac): brew install dagger/tap/dagger ## hexyl Command-line hex viewer with colored output - Category: file - GitHub: https://github.com/sharkdp/hexyl - Stars: 10200 - Tags: hex, binary, viewer, rust Install: brew (mac): brew install hexyl apt (linux): apt install hexyl cargo (all): cargo install hexyl ## ouch Painless compression and decompression — all formats with one tool - Category: file - GitHub: https://github.com/ouch-org/ouch - Stars: 2400 - Tags: compress, archive, tar, zip, rust Install: brew (mac): brew install ouch cargo (all): cargo install ouch ## chafa View images in the terminal as ASCII/Unicode art - Category: file - GitHub: https://github.com/hpjansson/chafa - Stars: 4000 - Tags: image, ascii, terminal, viewer Install: brew (mac): brew install chafa apt (linux): apt install chafa ## mise Dev environment manager — runtime versions, env vars, and tasks in one tool - Category: shell - GitHub: https://github.com/jdx/mise - Stars: 12000 - Tags: version-manager, env, task, asdf Install: brew (mac): brew install mise apt (linux): apt install mise cargo (all): cargo install mise ## navi Interactive cheatsheet tool — search commands and fill in parameters - Category: shell - GitHub: https://github.com/denisidoro/navi - Stars: 15500 - Tags: cheatsheet, interactive, rust, shell Install: brew (mac): brew install navi cargo (all): cargo install navi ## carapace Multi-shell completion engine supporting bash, zsh, fish, and more - Category: shell - GitHub: https://github.com/carapace-sh/carapace-bin - Stars: 1000 - Tags: completion, shell, bash, zsh, fish Install: brew (mac): brew install carapace ## nvtop GPU process monitor for NVIDIA, AMD, and Intel GPUs - Category: monitor - GitHub: https://github.com/Syllo/nvtop - Stars: 8000 - Tags: gpu, monitor, nvidia, amd, tui Install: brew (mac): brew install nvtop apt (linux): apt install nvtop ## ctop Top-like interface for Docker container metrics - Category: monitor - GitHub: https://github.com/bcicen/ctop - Stars: 15800 - Tags: docker, container, monitor, tui Install: brew (mac): brew install ctop go (all): go install github.com/bcicen/ctop@latest ## bore Simple tunneling tool to expose local ports to the internet - Category: network - GitHub: https://github.com/ekzhang/bore - Stars: 8800 - Tags: tunnel, network, rust, port-forward Install: brew (mac): brew install bore-cli cargo (all): cargo install bore-cli ## rustscan Blazing-fast port scanner — finds open ports then pipes to nmap - Category: network - GitHub: https://github.com/RustScan/RustScan - Stars: 14500 - Tags: port-scan, nmap, rust, security Install: brew (mac): brew install rustscan cargo (all): cargo install rustscan ## termshark Terminal UI for tshark — inspect packet captures in the terminal - Category: network - GitHub: https://github.com/gcla/termshark - Stars: 9200 - Tags: wireshark, packet, network, tui Install: brew (mac): brew install termshark apt (linux): apt install termshark go (all): go install github.com/gcla/termshark/v2/cmd/termshark@latest ## claude-squad Session manager for running multiple Claude Code instances in parallel - Category: ai - GitHub: https://github.com/smtg-ai/claude-squad - Stars: 4200 - Tags: claude, ai, session, parallel Install: go (all): go install github.com/smtg-ai/claude-squad@latest ## sq Swiss army knife for data — query SQL, CSV, JSON, Excel with jq-like syntax - Category: database - GitHub: https://github.com/neilotoole/sq - Stars: 2200 - Tags: data, sql, csv, json, query Install: brew (mac): brew install neilotoole/sq/sq go (all): go install github.com/neilotoole/sq@latest ## dsq Run SQL queries directly on JSON, CSV, Parquet, and other file formats - Category: database - GitHub: https://github.com/multiprocessio/dsq - Stars: 3700 - Tags: sql, json, csv, parquet, query Install: brew (mac): brew install dsq go (all): go install github.com/multiprocessio/dsq@latest ## lapce Lightning-fast code editor written in Rust with native GUI - Category: editor - GitHub: https://github.com/lapce/lapce - Stars: 34000 - Tags: editor, rust, gui, remote Install: brew (mac): brew install --cask lapce winget (windows): winget install Lapce.Lapce snap (linux): snap install lapce ## ox Fast and lightweight terminal text editor written in Rust - Category: editor - GitHub: https://github.com/curlpipe/ox - Stars: 3500 - Tags: editor, rust, terminal, lightweight Install: cargo (all): cargo install ox ## lite-xl Lightweight and extensible text editor written in C and Lua - Category: editor - GitHub: https://github.com/lite-xl/lite-xl - Stars: 5000 - Tags: editor, lua, lightweight, extensible Install: brew (mac): brew install --cask lite-xl ## duckdb In-process SQL OLAP database — like SQLite but optimized for analytics - Category: database - GitHub: https://github.com/duckdb/duckdb - Stars: 25000 - Tags: database, sql, analytics, olap Install: brew (mac): brew install duckdb pip (all): pip install duckdb winget (windows): winget install DuckDB.cli ## clickhouse-client Official CLI client for ClickHouse, the column-oriented OLAP database - Category: database - GitHub: https://github.com/ClickHouse/ClickHouse - Stars: 39000 - Tags: database, clickhouse, sql, analytics Install: brew (mac): brew install clickhouse apt (linux): apt install clickhouse-client ## chezmoi Manage your dotfiles across multiple machines securely - Category: shell - GitHub: https://github.com/twpayne/chezmoi - Stars: 13500 - Tags: dotfiles, config, shell, go Install: brew (mac): brew install chezmoi apt (linux): apt install chezmoi winget (windows): winget install twpayne.chezmoi ## sheldon Fast, configurable shell plugin manager - Category: shell - GitHub: https://github.com/rossmacarthur/sheldon - Stars: 1100 - Tags: shell, plugin, zsh, rust Install: brew (mac): brew install sheldon cargo (all): cargo install sheldon ## vivid Generator for LS_COLORS with support for multiple color themes - Category: shell - GitHub: https://github.com/sharkdp/vivid - Stars: 1800 - Tags: color, ls, theme, rust Install: brew (mac): brew install vivid cargo (all): cargo install vivid apt (linux): apt install vivid ## pueue Command-line task manager for sequential and parallel execution of long-running tasks - Category: shell - GitHub: https://github.com/Nukesor/pueue - Stars: 5200 - Tags: task, queue, parallel, rust Install: brew (mac): brew install pueue cargo (all): cargo install pueue ## sad CLI search and replace with preview and diff support — a modern sed alternative - Category: search - GitHub: https://github.com/ms-jpq/sad - Stars: 1800 - Tags: search, replace, sed, diff Install: brew (mac): brew install sad cargo (all): cargo install sad ## amber Code search and replace tool for renaming across files - Category: search - GitHub: https://github.com/dalance/amber - Stars: 1500 - Tags: search, replace, rename, rust Install: cargo (all): cargo install amber ## gh-dash GitHub CLI dashboard extension for PRs and issues - Category: git - GitHub: https://github.com/dlvhdr/gh-dash - Stars: 7200 - Tags: github, dashboard, tui, pr Install: brew (mac): brew install gh-dash ## git-secret Encrypt and store secrets inside a git repository - Category: git - GitHub: https://github.com/sobolevn/git-secret - Stars: 3400 - Tags: git, security, encryption, secrets Install: brew (mac): brew install git-secret apt (linux): apt install git-secret ## tilt Smart rebuilds for Kubernetes development — live update on code changes - Category: devops - GitHub: https://github.com/tilt-dev/tilt - Stars: 7800 - Tags: kubernetes, dev, live-reload, go Install: brew (mac): brew install tilt ## skaffold Easy and repeatable Kubernetes development from Google - Category: devops - GitHub: https://github.com/GoogleContainerTools/skaffold - Stars: 15200 - Tags: kubernetes, google, ci, deploy Install: brew (mac): brew install skaffold ## garden Cloud native development and testing automation platform - Category: devops - GitHub: https://github.com/garden-io/garden - Stars: 3400 - Tags: kubernetes, testing, automation, devops Install: brew (mac): brew install garden-cli ## sentry-cli Official Sentry CLI for release management, sourcemap uploads, and event sending - Category: devops - GitHub: https://github.com/getsentry/sentry-cli - Stars: 2000 - Tags: sentry, error-tracking, monitoring, release Install: brew (mac): brew install getsentry/tools/sentry-cli npm (all): npm install -g @sentry/cli cargo (all): cargo install sentry-cli ## viddy Modern watch command with diff highlighting and history - Category: monitor - GitHub: https://github.com/sachaos/viddy - Stars: 4800 - Tags: watch, monitor, diff, go - Aliases: modern watch, replaces:watch Install: brew (mac): brew install viddy apt (linux): apt install viddy ## gdu Fast disk usage analyzer written in Go — modern ncdu alternative - Category: monitor - GitHub: https://github.com/dundee/gdu - Stars: 4000 - Tags: disk, usage, ncdu, go - Aliases: replaces:ncdu, replaces:du Install: brew (mac): brew install gdu apt (linux): apt install gdu ## miniserve Quickly serve files and directories over HTTP from the command line - Category: network - GitHub: https://github.com/svenstaro/miniserve - Stars: 6200 - Tags: http, server, file-sharing, rust Install: brew (mac): brew install miniserve cargo (all): cargo install miniserve ## sshs TUI for SSH config — browse and connect to servers interactively - Category: network - GitHub: https://github.com/quantumsheep/sshs - Stars: 1000 - Tags: ssh, tui, config, go Install: brew (mac): brew install sshs go (all): go install github.com/quantumsheep/sshs@latest ## mentat AI coding assistant that understands and edits your codebase from the terminal - Category: ai - GitHub: https://github.com/AbanteAI/mentat - Stars: 2500 - Tags: ai, coding, assistant, python Install: pip (all): pip install mentat ## rawdog Generate and execute CLI commands from natural language using AI - Category: ai - GitHub: https://github.com/AbanteAI/rawdog - Stars: 2000 - Tags: ai, cli, natural-language, python Install: pip (all): pip install rawdog-ai ## docker Industry standard platform to build, share, and run containers - Category: container - GitHub: https://github.com/docker/cli - Stars: 9100 - Tags: container, docker, devops - Aliases: docker cli Install: brew (mac): brew install docker apt (linux): apt install docker.io winget (windows): winget install Docker.DockerDesktop ## podman Daemonless, rootless container engine. Docker CLI compatible - Category: container - GitHub: https://github.com/containers/podman - Stars: 26000 - Tags: container, rootless, docker-alternative - Aliases: docker replacement Install: brew (mac): brew install podman apt (linux): apt install podman ## dive TUI tool to explore Docker image layers and shrink size - Category: container - GitHub: https://github.com/wagoodman/dive - Stars: 48000 - Tags: container, docker, image, analysis Install: brew (mac): brew install dive go (all): go install github.com/wagoodman/dive@latest ## gitleaks Detect secrets and API keys in Git repos and commit history - Category: security - GitHub: https://github.com/gitleaks/gitleaks - Stars: 19000 - Tags: security, secrets, git, scanner Install: brew (mac): brew install gitleaks go (all): go install github.com/gitleaks/gitleaks/v8@latest ## trivy Scan containers, filesystems, and IaC for vulnerabilities and secrets - Category: security - GitHub: https://github.com/aquasecurity/trivy - Stars: 25000 - Tags: security, vulnerability, container, iac Install: brew (mac): brew install trivy apt (linux): apt install trivy ## osv-scanner Open source vulnerability scanner powered by Google OSV database - Category: security - GitHub: https://github.com/google/osv-scanner - Stars: 7200 - Tags: security, vulnerability, sbom, dependencies Install: brew (mac): brew install osv-scanner go (all): go install github.com/google/osv-scanner/cmd/osv-scanner@v1 ## trufflehog Find leaked secrets in Git, S3, GCS with deep entropy analysis - Category: security - GitHub: https://github.com/trufflesecurity/trufflehog - Stars: 18000 - Tags: security, secrets, scanner, git Install: brew (mac): brew install trufflehog go (all): go install github.com/trufflesecurity/trufflehog/v3@latest ## sops Edit-in-place encryption for YAML, JSON, ENV files (Mozilla) - Category: security - GitHub: https://github.com/getsops/sops - Stars: 17000 - Tags: security, secrets, encryption, gitops Install: brew (mac): brew install sops ## age Simple, modern file encryption tool. Replaces PGP - Category: security - GitHub: https://github.com/FiloSottile/age - Stars: 18000 - Tags: security, encryption, pgp-alternative Install: brew (mac): brew install age apt (linux): apt install age ## bazel Google's large-scale multi-language build system with reproducible builds - Category: build - GitHub: https://github.com/bazelbuild/bazel - Stars: 23000 - Tags: build, monorepo, reproducible Install: brew (mac): brew install bazel ## buck2 Meta's fast multi-language build system. Alternative to Bazel - Category: build - GitHub: https://github.com/facebook/buck2 - Stars: 4000 - Tags: build, monorepo, rust, meta Install: cargo (all): cargo install --git https://github.com/facebook/buck2.git buck2 ## nx Monorepo build system with task caching and dependency graph - Category: build - GitHub: https://github.com/nrwl/nx - Stars: 22000 - Tags: build, monorepo, javascript, typescript Install: npm (all): npm install -g nx ## turbo Vercel's high-performance build system for JS/TS monorepos - Category: build - GitHub: https://github.com/vercel/turborepo - Stars: 26000 - Tags: build, monorepo, javascript, vercel - Aliases: turborepo Install: npm (all): npm install -g turbo brew (mac): brew install turbo ## pnpm Fast, disk space efficient Node.js package manager - Category: build - GitHub: https://github.com/pnpm/pnpm - Stars: 30000 - Tags: build, package-manager, node, monorepo Install: brew (mac): brew install pnpm npm (all): npm install -g pnpm ## playwright Cross-browser E2E testing framework for Chromium, Firefox, WebKit - Category: testing - GitHub: https://github.com/microsoft/playwright - Stars: 66000 - Tags: testing, e2e, browser, automation Install: npm (all): npm init playwright@latest ## vitest Blazing fast unit test runner powered by Vite - Category: testing - GitHub: https://github.com/vitest-dev/vitest - Stars: 13000 - Tags: testing, unit, vite, jest-alternative Install: npm (all): npm install -D vitest ## k6 Developer-centric load testing tool. Write scenarios in JavaScript - Category: testing - GitHub: https://github.com/grafana/k6 - Stars: 25000 - Tags: testing, load, performance, grafana Install: brew (mac): brew install k6 apt (linux): apt install k6 ## hurl Run and test HTTP requests written in plain text. curl + assertions - Category: testing - GitHub: https://github.com/Orange-OpenSource/hurl - Stars: 14000 - Tags: testing, http, api, rust Install: brew (mac): brew install hurl cargo (all): cargo install hurl ## bruno Open source API client. Git-friendly, Postman alternative - Category: testing - GitHub: https://github.com/usebruno/bruno - Stars: 30000 - Tags: testing, api, http, postman-alternative Install: brew (mac): brew install bruno ## uv Extremely fast Python package manager written in Rust. Replaces pip - Category: build - GitHub: https://github.com/astral-sh/uv - Stars: 28000 - Tags: python, package-manager, rust, astral - Aliases: replaces:pip, fast pip Install: brew (mac): brew install uv pip (all): pip install uv ## ruff Extremely fast Python linter written in Rust. Replaces black + flake8 + isort - Category: build - GitHub: https://github.com/astral-sh/ruff - Stars: 33000 - Tags: python, linter, formatter, rust - Aliases: replaces:black, replaces:flake8 Install: brew (mac): brew install ruff pip (all): pip install ruff ## mypy Static type checker for Python. Validates type hints - Category: build - GitHub: https://github.com/python/mypy - Stars: 18000 - Tags: python, typing, static-analysis Install: pip (all): pip install mypy brew (mac): brew install mypy ## poetry Python dependency management and packaging. pyproject.toml based - Category: build - GitHub: https://github.com/python-poetry/poetry - Stars: 31000 - Tags: python, package-manager, dependencies Install: brew (mac): brew install poetry pip (all): pipx install poetry ## pyright Microsoft's fast static type checker for Python. Pylance engine - Category: build - GitHub: https://github.com/microsoft/pyright - Stars: 14000 - Tags: python, typing, microsoft Install: brew (mac): brew install pyright npm (all): npm install -g pyright ## ipython Powerful interactive Python shell. The kernel behind Jupyter - Category: shell - GitHub: https://github.com/ipython/ipython - Stars: 17000 - Tags: python, repl, interactive Install: pip (all): pip install ipython brew (mac): brew install ipython ## jupyter Jupyter Notebook and JupyterLab CLI. Interactive data science - Category: ai - GitHub: https://github.com/jupyter/jupyter - Stars: 8000 - Tags: python, data-science, notebook Install: pip (all): pip install jupyter brew (mac): brew install jupyter ## pipx Install and run Python applications in isolated environments - Category: build - GitHub: https://github.com/pypa/pipx - Stars: 10000 - Tags: python, package-manager, cli Install: brew (mac): brew install pipx pip (all): pip install --user pipx ## pytest Python testing framework. Concise syntax and rich plugin ecosystem - Category: testing - GitHub: https://github.com/pytest-dev/pytest - Stars: 12000 - Tags: python, testing, unit Install: pip (all): pip install pytest ## hatch Modern Python project manager. Envs, build, and publish unified - Category: build - GitHub: https://github.com/pypa/hatch - Stars: 6300 - Tags: python, package-manager, pyproject Install: brew (mac): brew install hatch pip (all): pipx install hatch ## miller awk/sed/cut/sort for CSV, TSV, JSON, PPRINT. Data processing swiss army - Category: file - GitHub: https://github.com/johnkerl/miller - Stars: 9000 - Tags: data, csv, json, cli - Aliases: mlr Install: brew (mac): brew install miller apt (linux): apt install miller ## csvkit Suite of CSV utilities: csvlook, csvcut, csvsql, and more - Category: file - GitHub: https://github.com/wireservice/csvkit - Stars: 6000 - Tags: data, csv, python Install: pip (all): pip install csvkit brew (mac): brew install csvkit ## visidata Terminal spreadsheet for tabular data. CSV, JSON, SQLite support - Category: file - GitHub: https://github.com/saulpw/visidata - Stars: 8300 - Tags: data, tui, spreadsheet, python - Aliases: vd Install: brew (mac): brew install visidata pip (all): pip install visidata ## htmlq Like jq, but for HTML. Parse HTML with CSS selectors - Category: file - GitHub: https://github.com/mgdm/htmlq - Stars: 3000 - Tags: data, html, rust, parser Install: brew (mac): brew install htmlq cargo (all): cargo install htmlq ## xsv Fast CSV toolkit in Rust. index, slice, sort, join, and more - Category: file - GitHub: https://github.com/BurntSushi/xsv - Stars: 10000 - Tags: data, csv, rust Install: brew (mac): brew install xsv cargo (all): cargo install xsv ## create-next-app Create Next.js-powered React apps with one command - Category: devops - GitHub: https://github.com/vercel/next.js - Stars: 138502 - Tags: npm, devops Install: npm (all): npm install -g create-next-app ## typescript TypeScript is a language for application scale JavaScript development - Category: devops - GitHub: https://github.com/microsoft/TypeScript - Stars: 108303 - Tags: npm, devops Install: npm (all): npm install -g typescript ## storybook Storybook: Develop, document, and test UI components in isolation - Category: devops - GitHub: https://github.com/storybookjs/storybook - Stars: 89532 - Tags: npm, devops Install: npm (all): npm install -g storybook ## vite Native-ESM powered web dev build tool - Category: devops - GitHub: https://github.com/vitejs/vite - Stars: 79383 - Tags: npm, devops Install: npm (all): npm install -g vite ## webpack Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff. - Category: devops - GitHub: https://github.com/webpack/webpack - Stars: 66014 - Tags: npm, devops Install: npm (all): npm install -g webpack ## prettier Prettier is an opinionated code formatter - Category: devops - GitHub: https://github.com/prettier/prettier - Stars: 51761 - Tags: npm, devops Install: npm (all): npm install -g prettier ## cypress Cypress is a next generation front end testing tool built for the modern web - Category: devops - GitHub: https://github.com/cypress-io/cypress - Stars: 49616 - Tags: npm, devops Install: npm (all): npm install -g cypress ## prisma Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one. - Category: database - GitHub: https://github.com/prisma/prisma - Stars: 45598 - Tags: npm, database Install: npm (all): npm install -g prisma ## jest Delightful JavaScript Testing. - Category: devops - GitHub: https://github.com/jestjs/jest - Stars: 45329 - Tags: npm, devops Install: npm (all): npm install -g jest ## zx A tool for writing better scripts - Category: shell - GitHub: https://github.com/google/zx - Stars: 45312 - Tags: npm, shell Install: npm (all): npm install -g zx ## typeorm Data-Mapper ORM for TypeScript and ES2021+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases. - Category: devops - GitHub: https://github.com/typeorm/typeorm - Stars: 36410 - Tags: npm, devops Install: npm (all): npm install -g typeorm ## drizzle-kit Drizzle Kit is a CLI migrator tool for Drizzle ORM. It is probably the one and only tool that lets you completely automatically generate SQL migrations and covers ~95% of the common cases like deletions and renames by prompting user input.