this post was submitted on 15 Jun 2023
1 points (100.0% liked)
commandline
1726 readers
11 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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