timeout (coreutils)
CLIRun a command with a time limit. Part of GNU coreutils: built into Linux, 'gtimeout' on macOS after brew install coreutils.
timeout 10 some-command+2 more matching recipesjust
CLIA handy way to save and run project-specific commands.
just build+1 more matching recipeollama
CLIRun large language models locally (Llama, Mistral, Gemma, etc.).
ollama run llama3+1 more matching recipedocker
CLIBuild, run, and manage containers from the CLI.
docker run -p 3000:3000 --rm myapp:latestgh
CLIGitHub's official CLI for managing repos, PRs, issues, and more.
gh run list --repo OWNER/REPO --limit 3 --json status,conclusion,name+2 more matching recipesansible
CLIAgentless automation for configuration management and deployments.
ansible-playbook deploy.yml -i inventory.ini+1 more matching recipepsql
CLIPostgreSQL interactive terminal, used non-interactively for one-shot queries and scripts.
psql "$DATABASE_URL" -Atc 'SELECT count(*) FROM tools'+1 more matching recipesqlite3
CLICommand-line shell for SQLite databases. Preinstalled on macOS; apt install sqlite3 on Linux.
sqlite3 -header -column app.db 'SELECT * FROM users LIMIT 5'+1 more matching recipetask
CLIA task runner / simpler Make alternative written in Go.
task build+1 more matching recipewatchexec
CLIExecutes commands in response to file modifications.
watchexec -e ts -- pnpm buildduckdb
CLIIn-process analytical SQL database engine.
sqlite-mcp
MCPMCP server for querying and managing SQLite databases.