minus-squareAlgae@programming.devtocommandline@programming.dev•Let's make a list of our favorite CLI utilities.linkfedilinkEnglisharrow-up1·edit-21 year agoMy answers (mostly running in powershell - not that it makes much of a difference!) Rust-based utilities I couldn’t live without: fd (fd-find) for finding my files rg (ripgrep) for string searches sd (sed) for search and replace dust (dust) for information about my directories lsd (aliased to ls or l) for replacing Dir bat (better cat) - for when the help pages are too long Other stuff I love: htop - I just learned you can run this in WSL to see all your system cores. It’s pretty! nvim - obviously. The best vim. Even works in VSCode linkfedilink
My answers (mostly running in powershell - not that it makes much of a difference!)
Rust-based utilities I couldn’t live without:
fd
(fd-find) for finding my filesrg
(ripgrep) for string searchessd
(sed) for search and replacedust
(dust) for information about my directorieslsd
(aliased tols
orl
) for replacingDir
bat
(better cat) - for when the help pages are too longOther stuff I love:
htop
- I just learned you can run this in WSL to see all your system cores. It’s pretty!nvim
- obviously. The best vim. Even works in VSCode