博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
GRV – 可视化git仓库工具
阅读量:4071 次
发布时间:2019-05-25

本文共 1706 字,大约阅读时间需要 5 分钟。

Link: 

github: 

静态二进制文件下载使用:success

wget -O grv https://github.com/rgburke/grv/releases/download/v0.1.3/grv_v0.1.3_linux64chmod +x ./grv./grv -repoFilePath /path/to/repo

使用安装包安装GRV失败好几次.make install半路卡着不动.

GoLang 安装::

Tmux+GRV 界面:

相应的命令:  来自github官方 一些命令与vim相似

默认时鼠标点击关闭的.

set theme mytheme  打开鼠标
or
Move one page up
or
Move one page down
Move half page up
Move half page downgg Move to first lineG Move to last linezz Center viewzt Scroll the screen so cursor is at the topzb Scroll the screen so cursor is at the bottomH Move to the first line of the pageM Move to the middle line of the pageL Move to the last line of the page
/                       Search forwards?                       Search backwardsn                       Move to next search matchN                       Move to last search match
or
w Move to next view
or
W Move to previous viewf or
o Toggle current view full screen
t Toggle views layoutgt Move to next tabgT Move to previous tabq Close view (or close tab if empty)
Select item (opens listener view if none exists): GRV Command prompt
Suspend GRV

Ref View specific key bindings:

Select ref and load commits
Add ref filter
Remove ref filter

Commit View specific key bindings:

Add commit filter
Remove commit filter

转载地址:http://mfgji.baihongyu.com/

你可能感兴趣的文章
MODULE_DEVICE_TABLE的理解
查看>>
platform_device与platform_driver
查看>>
platform_driver平台驱动注册和注销过程(下)
查看>>
.net强制退出主窗口的方法——Application.Exit()方法和Environment.Exit(0)方法
查看>>
c# 如何调用win8自带的屏幕键盘(非osk.exe)
查看>>
build/envsetup.sh 简介
查看>>
C++后继有人——D语言
查看>>
Android framework中修改或者添加资源无变化或编译不通过问题详解
查看>>
linux怎么切换到root里面?
查看>>
linux串口操作及设置详解
查看>>
安装alien,DEB与RPM互换
查看>>
linux系统下怎么安装.deb文件?
查看>>
编译Android4.0源码时常见错误及解决办法
查看>>
Android 源码编译make的错误处理
查看>>
linux环境下C语言中sleep的问题
查看>>
ubuntu 12.04 安装 GMA3650驱动
查看>>
新版本的linux如何生成xorg.conf
查看>>
xorg.conf的编写
查看>>
启用SELinux时遇到的问题
查看>>
virbr0 虚拟网卡卸载方法
查看>>