Big fan of commandline tools such as vim, htop etc. What is in your opinion must have tools?
Ncdu is a really useful little utility that shows you what directories are using the most space on whichever drive/directory you select. Really useful little piece of software.
hdparm is another neato one that let’s you test the read speeds of your drives, though it’s more so something ya use once and forget exists.
Also, though Neovim is more popular, Helix deserves some recognition. It’s a rust based, vim inspired text editor which removes the need to configure it, making it easier for people trying to get into terminal text editors.
Edit: Jerboa removed the first name, my bad.
xclip
is incredibly useful to get and set data from the clipboard!gopup
is to html whatjq
is to JSON. It allows you to parse html to extract specific data for a given selector.I mentioned this in another post, but tmux is awesome
Couldn’t live without it!
yt-dlp
I basically live in
nvim
. Being able to configure my editor in an actual programming language makes it so much more useful to me thanvim
could ever be.Also use nvim and love it. Not vim as the title says.
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
ripgrep
and just plain grep?ripgrep
is a reimplementation ofgrep
in Rust. It benchmarks faster for large file searches and also comes with quality of life features like syntax highlighting by default.It also ignores files in .gitignore and some others by default
It also has a much simpler and forgiving syntax. Just type
rg anything
and it finds anything
deleted by creator
Ranger and/or vifm as file managers. Can’t live without them
They might have specific uses that most users might not need and there may be better alternatives but some of the ones I’ve been using are:
CISO - A command line tool for making compressed ISO files that can be used in emulators and some video game consoles running custom firmware.
RAR - The Linux version of WinRAR, which doesn’t have a UI like the Windows version does.
Flatpak - Probably well known but in case a newer Linux user sees this, it’s used to download and install flatpaks from Flathub.
Love k9s! I just pull dnit down and used it again today.
k9s is a game changer
bat is a nice one
I personally like bat, fd, rsync, btm, btop, rg, and nix. Nix is a package manager tho, so that’s a whole bag of worms.
Kakoune (kak) has become my go to vim replacement. Keybinds are tweaked slightly to be more user friendly and more transparent about what it is you’re doing.
I never mastered vim binding as well as I liked, but the more intuitive and better communicated binds for kak were easy to learn in comparison and I quickly swapped over.
off the top of my head:
- vim
- git
- bash
- make
- whatever-compiler-im-using
- curl
- less
- grep
i use kibi as a text editor
not a cli tool, but i also have a terminal client called alacritty
also doas instead of sudo
EDIT: lemmy changed where this comment went. (BUG)