This commit is contained in:
Ferran Basora 2019-02-21 15:21:21 +00:00
parent 94b489ee94
commit 2bddac3773
3 changed files with 2 additions and 16 deletions

View File

@ -1,11 +1,3 @@
# tmux-thumbs
A lightning fast version of tmux-fingers
a = a (1)
ab = a b (2)
abc = a b ca cb cc (5)
abcd = a b c da db dc dda ddb ddc ddd (10)
abcde = a b c d ea eb ec ed eea eeb eec eeda eedb eedc eedd (13)

View File

@ -38,11 +38,6 @@ fn app_args<'a> () -> clap::ArgMatches<'a> {
.help("Don't show duplicated hints for the same match")
.long("unique")
.short("u"))
.arg(Arg::with_name("excluded")
.help("Excluded keys from the alphabet")
.long("excluded")
.short("e")
.takes_value(true))
.get_matches();
}
@ -118,7 +113,6 @@ fn main() {
match rustbox.poll_event(false) {
Ok(rustbox::Event::KeyEvent(key)) => {
match key {
Key::Char('q') => { break; }
Key::Esc => { break; }
Key::Enter => {
let mut choosen = matches.first().unwrap();

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
/home/ubuntu/dev/tmux-thumbs/target/debug/tmux-thumbs -a qwerty -r -u
/home/ubuntu/dev/tmux-thumbs/target/release/tmux-thumbs -a qwerty -u