revmenu

Crates.iorevmenu
lib.rsrevmenu
version0.1.2
sourcesrc
created_at2018-03-18 11:35:21.720036
updated_at2018-03-29 20:46:07.412723
descriptionCheck out git and mercurial revisions from your terminal output
homepage
repositoryhttps://github.com/passy/revmenu
max_upload_size
id56254
size659,673
Pascal Hartig (passy)

documentation

README

revmenu

crates.io Build Status

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.

Usage

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'

demo gif

Manual Usage

revmenu can read from files and from stdin by passing - instead of a filename.

$ git log | head -n 20 | revmenu -

Installation

$ cargo install revmenu

License

MIT

Commit count: 174

cargo fmt