1个稳定版本
3.0.5 | 2022年10月9日 |
---|
#1548 在 开发工具
205KB
5K SLoC
Git日志查看器
关于
是tig(1)
和lazygit(1)
的替代品,支持折叠合并,并可通过插件扩展。应用程序可以将使用GitHub或Bitbucket完成的默认合并标题解析为实际的拉取请求名称。
安装
cargoinstall --git=https://github.com/kalkin/git-log-viewer --分支=rust-master
使用方法
USAGE:
glv [OPTIONS] [REVISION] [-- <path>…]
ARGS:
<REVISION> Branch, tag or commit id [default: HEAD]
<path>… Show only commits touching the paths
OPTIONS:
-C <dir> Change to <dir> before start
--git-dir <git-dir> Directory where the GIT_DIR is.
-h, --help Print help information
-V, --version Print version information
--work-tree <working-tree> Directory where the GIT_WORK_TREE is.
当前状态
这是用rust重写的。许多功能仍然缺失。仍在开发中。
依赖项
~17–29MB
~487K SLoC