




























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 tool此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。