psql
CLIPostgreSQL interactive terminal, used non-interactively for one-shot queries and scripts.
data4 recipes · 4 verified
sops
CLISecrets management tool supporting YAML, JSON, and .env files.
security3 recipes
procs
CLIA modern replacement for ps written in Rust.
system3 recipes
fzf
CLIA command-line fuzzy finder for files, command history, and more.
Kill a process interactively~90% est.
kill $(ps aux | fzf | awk '{print $2}')search3 recipes