Big fan of commandline tools such as vim, htop etc. What is in your opinion must have tools?
yt-dlpI basically live in
nvim. Being able to configure my editor in an actual programming language makes it so much more useful to me thanvimcould ever be.I found lua to be a better programming language, but the text specific design of vimscript makes way more sense to my brain.
fzf for quickly matching file names especially deep in the directory hierarchy
ripgrep for quickly searching for text content within files
dtrx for handling the right extractions of different archive types
What is the difference between
ripgrepand just plain grep?ripgrepis a reimplementation ofgrepin Rust. It benchmarks faster for large file searches and also comes with quality of life features like syntax highlighting by default.





