💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
zsh+oh-my-zsh 替换bash oh-my-zsh插件 zsh-syntax-highlighting,zsh-autosuggestions --- tmux 终端复用 --- 高级用户直接使用vim,低级用户使用SpaceVim+NeoVim --- fzf 文件模糊搜索 --- ag 内容搜索 --- ripgrep 内容搜索 --- thefuck 命令提示 --- aria2 下载利器 --- cloc 代码行数计算 wc 计算文件行数、字数 --- jq json操作 --- curl http操作[http://conqueringthecommandline.com/book/curl](http://conqueringthecommandline.com/book/curl) --- tree 展示文件 --- htop 监控 --- tldr 简易版命令说明 --- wget 下载 --- httpie [https://tonydeng.github.io/2015/07/10/httpie-howto/](https://tonydeng.github.io/2015/07/10/httpie-howto/) --- lrzsz 上传下载 --- graphviz 流程图 --- [exa](https://the.exa.website/)是`ls`的现代替代品,其彩色输出更为易读,并提供了更多控制输出如何呈现的选项。 --- [bat](https://git.io/vhrn7)助你快速查看文件,有语法高亮。`bat`可以无缝替换`cat`。 --- [bench](https://git.io/fhZwU)是极为有用的测试代码性能的工具。它是用 Haskell 写的,从这点上说,算是这篇文章中最酷的。任何可以在终端中运行的命令都可以传给它(加引号),`bench`会重复运行该命令,测量执行时间。测试完成后,`bench`会输出有用的统计数据。 --- `fd`查找文件和目录。 通常使用`find`命令基于正则表达式查找文件或目录。[fd](https://git.io/fwls2)是用 Rust 编写的`find`替代品。使用合理的默认值,提供更方便的界面,速度也更快。 --- [gitmoji-cli](https://github.com/carloscuesta/gitmoji-cli) --- lazydocker [https://github.com/jesseduffield/lazydocker/blob/master/README.md](https://github.com/jesseduffield/lazydocker/blob/master/README.md) --- mysql cli [mycli](https://github.com/dbcli/mycli) --- shell 检测器 [shellcheck](https://github.com/koalaman/shellcheck) ---