Big fan of commandline tools such as vim, htop etc. What is in your opinion must have tools?
xclip
is incredibly useful to get and set data from the clipboard!
gopup
is to html what jq
is to JSON. It allows you to parse html to extract specific data for a given selector.
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
ripgrep
is a reimplementation of grep
in Rust. It benchmarks faster for large file searches and also comes with quality of life features like syntax highlighting by default.
off the top of my head:
- vim
- git
- bash
- make
- whatever-compiler-im-using
- curl
- less
- grep
I basically live in nvim
. Being able to configure my editor in an actual programming language makes it so much more useful to me than vim
could ever be.