Crates.io | revmenu |
lib.rs | revmenu |
version | 0.1.2 |
source | src |
created_at | 2018-03-18 11:35:21.720036 |
updated_at | 2018-03-29 20:46:07.412723 |
description | Check out git and mercurial revisions from your terminal output |
homepage | |
repository | https://github.com/passy/revmenu |
max_upload_size | |
id | 56254 |
size | 659,673 |
revmenu can be used with your terminal multiplexer or as stand-alone tool to select and check out any hash-like string of characters in the output.
This is best used when combined with a terminal multiplexer. For tmux, there is a plugin available.
Install via tpm:
set -g @plugin 'passy/tmux-revmenu'
revmenu
can read from files and from stdin by passing -
instead of
a filename.
$ git log | head -n 20 | revmenu -
$ cargo install revmenu