fd
CLIA simple, fast, and user-friendly alternative to find.
Find files by extension~99% est.
fd -e ts .+2 more matching recipessearch3 recipes
lsof
CLIList open files and the processes that opened them.
Find the process listening on a portVerified macOS · Linux
lsof -nP -iTCP:3000 -sTCP:LISTEN+1 more matching recipesystem4 recipes · 4 verified
fzf
CLIA command-line fuzzy finder for files, command history, and more.
Fuzzy-find a file and open it~97% est.
vim $(fzf)search3 recipes
ncdu
CLINCurses disk usage analyzer with an interactive interface.
system3 recipes
ripgrep
CLIRecursively searches directories for a regex pattern, respecting .gitignore.
search4 recipes
sed
CLIStream editor for filtering and transforming text.
text-processing6 recipes · 4 verified