暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

现代Linux命令行

生有可恋 2022-07-22
655

Linux命令行发展了这么多年,大部分命令都是基于C写的。有没有人想过重新写一套更完美的命令?


这种事还真有人去做,在Github上有一个Git库里面收集了很多linux命令的替代方案。这个项目中只有一个Readme.md,在说明文件中给出了其它工具的链接。有兴趣的可以一个一个去试,大部分都有跨平台编译好的可执行文件。项目地址为:

  • https://github.com/ibraheemdev/modern-unix


我将Readme中的子项目链接处理了一下,方便大家批量下载:

    https://github.com/sharkdp/bat
    https://github.com/ogham/exa
    https://github.com/Peltoche/lsd
    https://github.com/dandavison/delta
    https://github.com/bootandy/dust
    https://github.com/muesli/duf
    https://github.com/Canop/broot
    https://github.com/sharkdp/fd
    https://github.com/BurntSushi/ripgrep
    https://github.com/ggreer/the_silver_searcher
    https://github.com/junegunn/fzf
    https://github.com/cantino/mcfly
    https://github.com/theryangeary/choose
    https://github.com/stedolan/jq
    https://github.com/chmln/sd
    https://github.com/cheat/cheat
    https://github.com/tldr-pages/tldr
    https://github.com/ClementTsang/bottom
    https://github.com/nicolargo/glances
    https://github.com/aksakalli/gtop
    https://github.com/sharkdp/hyperfine
    https://github.com/orf/gping
    https://github.com/dalance/procs
    https://github.com/httpie/httpie
    https://github.com/rs/curlie
    https://github.com/ducaale/xh
    https://github.com/ajeetdsouza/zoxide
    https://github.com/ogham/dog


    其中部分工具效果如下:


    duf 平替 df



    fd 平替 find



    dust 平替 du



    exa 平替 ls 或 tree



    全文完。


    如果转发本文,文末务必注明:“转自微信公众号:生有可恋”。


    文章转载自生有可恋,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

    评论