nushell
CLIA new type of shell that understands structured data.
shell3 recipes
atuin
CLIMagical shell history with sync, search, and statistics.
shell3 recipes
starship
CLIMinimal, blazing-fast, infinitely customizable prompt for any shell.
shell2 recipes
docker
CLIBuild, run, and manage containers from the CLI.
Get shell inside running container~97% est.
docker exec -it container_name /bin/shcloud4 recipes
jq
CLILightweight and flexible command-line JSON processor.
Pass a shell variable into a filterVerified macOS · Linux
jq -r --arg k react '.dependencies[$k]' package.jsontext-processing7 recipes · 6 verified
kubectl
CLIKubernetes command-line tool for controlling clusters.
Get shell in running pod~95% est.
kubectl exec -it pod-name -- /bin/bashcloud4 recipes
direnv
CLILoad and unload environment variables depending on the current directory.
shell3 recipes
fzf
CLIA command-line fuzzy finder for files, command history, and more.
search3 recipes
hyperfine
CLIA command-line benchmarking tool.
dev-tools3 recipes
poppler (pdftotext / pdftoppm)
CLIPDF text extraction, page info, and PDF → PNG rendering. The reliable way to read PDFs from a shell.
conversion6 recipes · 6 verified
sqlite3
CLICommand-line shell for SQLite databases. Preinstalled on macOS; apt install sqlite3 on Linux.
data5 recipes · 5 verified