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 to lsuse exa -F
lsd: another alternative to lsuse: lsd -F --icon=never
https://github.com/Peltoche/lsd
ripgrep: a blazing fast grep toolhttps://github.com/BurntSushi/ripgrep
delta: a pager for git, diff and grephttps://github.com/dandavison/delta
bat: alternative to cathttps://github.com/sharkdp/bat
Ref:
broot: alternative to treehttps://github.com/Canop/broot
tokei: alternative to clochttps://github.com/XAMPPRocky/tokei
Similarly, scc (but written in Go)
hyperfine: commandline benchmark toolIn 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 to lsuse exa -F
lsd: another alternative to lsuse: lsd -F --icon=never
https://github.com/Peltoche/lsd
ripgrep: a blazing fast grep toolhttps://github.com/BurntSushi/ripgrep
delta: a pager for git, diff and grephttps://github.com/dandavison/delta
bat: alternative to cathttps://github.com/sharkdp/bat
Ref:
broot: alternative to treehttps://github.com/Canop/broot
tokei: alternative to clochttps://github.com/XAMPPRocky/tokei
Similarly, scc (but written in Go)
hyperfine: commandline benchmark tool