diff --git a/README.md b/README.md index 44c4c29..cc346d5 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [doclt](https://github.com/omgimanerd/doclt) - A command line interface to Digital Ocean * [dokku](https://github.com/dokku/dokku) - Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. * [fish-getopts](https://github.com/jorgebucaran/fish-getopts) - CLI parser for fish +* [forgit](https://github.com/wfxr/forgit) - Utility tool for `git` taking advantage of fuzzy finder fzf. * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Many Git extra utilities. Churn, cut-branch, improved-merge and many more. * [git-extras](https://github.com/tj/git-extras) - Git utilities -- repo summary, repl, changelog population, author commit percentages and more * [git-open](https://github.com/paulirish/git-open) - Type `git open` to open the GitHub page or website for a repository in your browser diff --git a/README_ZH-CN.md b/README_ZH-CN.md index c1f3a0c..11c3e57 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -105,6 +105,7 @@ * [cloc](https://github.com/AlDanial/cloc) - 统计代码行数 * [dokku](https://github.com/dokku/dokku) - 百行 Bash 打造的 Docker 迷你 Heroku * [fish-getopts](https://github.com/jorgebucaran/fish-getopts) - 适用于 fish 的命令行解析器 +* [forgit](https://github.com/wfxr/forgit) - Git工具,使用`fzf`提供交互式的操作模式 * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - 很多 Git 扩展工具,包括 churn、cut-branch、improved-merge 等 * [git-extras](https://github.com/tj/git-extras) - Git 工具,包括仓库摘要、repl、更改日志人数、作者提交百分比等 * [git-open](https://github.com/paulirish/git-open) - 输入 `git open` 在浏览器中打开 GitHub 页面或仓库网站