linux existing command replacement command i use

Check file and directory capacity


du - ncdu (can be checked while moving the directory)
dev.yorhel.nl/ncdu/scr

ls - lsd (many colors and icons according to files and directories)
github.com/Peltoche/lsd

find - fd-find (more intuitive command option, color)
github.com/sharkdp/fd

cd - enhancd (select from the list of previously moved paths when entering an incorrect path)
github.com/b4b4r07/enhancd

grep - ripgrep (result split by file)
github.com/BurntSushi/ripgrep

No comments:

Lognote - My toy project

In a project, the code work is limited When I say, "I think it will work if I change it like this," I get, "If it doesn't...