< 返回版块

Mike Tang 发表于 2019-04-02 17:00

Tags:rust,console,terminal,tool

本文转载自:Rust Force

Rust 的命令行已经呈蓬勃发展之势,很多工具给人眼前一亮的感觉。在下面找找你感兴趣的。

lsd

下一代 ls 命令。

https://github.com/peltoche/lsd

exa

另一个 ls 的替代品。

https://github.com/ogham/exa

ripgrep

grep 的替代品。

https://github.com/BurntSushi/ripgrep

fd

find 的替代品。

https://github.com/sharkdp/fd

bat

cat 的替代品。

https://github.com/sharkdp/bat

rip

更安全的 rm。

https://github.com/nivekuil/rip

tin-summer

du 替代品。

https://github.com/vmchale/tin-summer

tree-rs

tree 的替代品。

https://github.com/sighol/tree-rs

git-journal

git 日志产生工具。

https://github.com/saschagrunert/git-journal

ffsend

在命令行中安全快速地分享文件。

https://gitlab.com/timvisee/ffsend

tokei

代码行数统计工具,支持许多种语言。

https://github.com/Aaronepower/tokei

hyperfine

命令行性能评测工具

https://github.com/sharkdp/hyperfine

eva

一个交互式计算器。

https://github.com/nerdypepper/eva

xsv

csv 命令行工具箱。

https://github.com/BurntSushi/xsv

svgcleaner

清理 svg 图片中冗余数据的工具。

https://github.com/RazrFalcon/svgcleaner

watchexec

监测文件改动,自动执行配置的命令

https://github.com/watchexec/watchexec

artifact

所有人的设计文档工具。

https://github.com/vitiral/artifact

novault

密码管理工具。

https://github.com/vitiral/novault

text-minimap

产生文本 minimap 的工具。

https://github.com/dpc/text-minimap

dotr

dot 文件管理器。

https://github.com/dpc/dotr

ion

平铺窗口管理器。

https://github.com/redox-os/ion

mdBook

生成 markdown 书籍的工具。

https://github.com/azerupi/mdBook

rhex

十六进制编辑器。

https://github.com/osa1/rhex

tiny

一个 irc 客户端。

https://github.com/osa1/tiny

fectl

进程管理器。

https://github.com/fafhrd91/fectl

gisht

控制台下的 gist 代码片断工具。

repo

termpix

在终端下显示图片。

https://github.com/hopey-dishwasher/termpix

termimage

另一个在终端下显示图片的工具。

https://github.com/nabijaczleweli/termimage

查看更多


终端开发库。

clap

用于辅助写命令行程序的库

https://github.com/clap-rs/clap

tui

终端 UI 图形 dashboard 展示套装。

https://github.com/fdehau/tui-rs

Cursive

终端 UI 控件库。

https://github.com/gyscos/Cursive

prettytable

在终端下生成和打印漂亮的表格输出。

https://github.com/phsym/prettytable-rs

rust-term-grid

把内容包在格子里面。

https://github.com/ogham/rust-term-grid

rustbox

termbox 界面库的 rust 绑定。

https://github.com/gchp/rustbox

termion

终端开发底层库。

https://github.com/redox-os/termion

评论区

写评论
作者 Mike Tang 2019-04-11 02:03

好,我加上去。

对以下内容的回复:

还有 procs,统一查看进程、资源占用、端口占用的命令行

https://github.com/dalance/procs
frostRed 2019-04-03 09:59

还有 procs,统一查看进程、资源占用、端口占用的命令行

https://github.com/dalance/procs

1 共 2 条评论, 1 页