In this post, I want to share some command line tools written in Rust, which are good alternatives to some of the original tools used in command line.
exa
: an alternative tols
use exa -F
lsd
: another alternative tols
use: lsd -F --icon=never
https://github.com/Peltoche/lsd
ripgrep
: a blazing fastgrep
tool
https://github.com/BurntSushi/ripgrep
delta
: a pager forgit
,diff
andgrep
https://github.com/dandavison/delta
bat
: alternative tocat
https://github.com/sharkdp/bat
Ref:
- https://zaiste.net/posts/shell-commands-rust/
- https://towardsdatascience.com/awesome-rust-powered-command-line-utilities-b5359c38692
broot
: alternative totree
https://github.com/Canop/broot
tokei
: alternative tocloc
https://github.com/XAMPPRocky/tokei
Similarly, scc (but written in Go)
hyperfine
: commandline benchmark tool