常用命令行工具
-
oh-my-zsh https://github.com/ohmyzsh/ohmyzsh with theme
half-life
感觉没有用到太多 Power 的功能,下次重装电脑可以试一下不安装 -
neovim https://github.com/neovim/neovim vim 的重写版本,最新的版本 0.5.0 中加入了 LSP 的支持,我的几乎所有的代码和文字都是在 neovim 中完成的。
-
tig http://jonas.github.io/tig/ git 命令行界面,主要用来浏览当前的改动和历史 commit。
-
ranger https://github.com/ranger/ranger 文件管理器,VIM 键位。
-
ncdu https://github.com/rofl0r/ncdu 查看磁盘使用。
-
homebrew https://brew.sh/ MacOS 包管理工具。
-
youtube-dl https://github.com/ytdl-org/youtube-dl 用来下载 youtube 和B站的视频,其他网站我没试过。支持断点续传。
-
cloc https://github.com/AlDanial/cloc 计算代码行数。
-
gh https://github.com/cli/cli Github 出的命令行工具,主要用来创建 PR 和快速将本地代码切换到 PR 的分支上。
-
grpcurl https://github.com/fullstorydev/grpcurl Curl for gRPC。
-
hugo https://github.com/gohugoio/hugo 博客工具,Go 写的。
-
jq https://github.com/stedolan/jq 方便的 JSON 处理和格式化。