diff --git a/README.md b/README.md index f545fb3..1ab415d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/main.rs b/src/main.rs index 582071b..819af31 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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(); diff --git a/tmux-thumbs.sh b/tmux-thumbs.sh index df1d3c8..bba09a3 100755 --- a/tmux-thumbs.sh +++ b/tmux-thumbs.sh @@ -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