From a493fbdd0330ce959b55f4d2523f0822d031bdcd Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Thu, 30 Jan 2020 09:38:29 +0100 Subject: [PATCH] More README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 534cd5e..992b7e7 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,13 @@ If you can check hat `tmux-thumbs` is or is not compatible with some specific ve This project started as a `tmux` plugin but after reviewing it with some friends we decided to explore all the possibilities of decopling thumbs from -`tmux`. Standalone `thumbs` has some similarities to [FZF](https://github.com/junegunn/fzf). +`tmux`. You can install it with a simple command: + +``` +cargo install thumbs +``` + +And those are all available options: ``` thumbs 0.3.0 @@ -379,6 +385,8 @@ Or multi selection: 4897dc4ecbd2ac90b17de95e00e9e75bb540e37f ``` +Standalone `thumbs` has some similarities to [FZF](https://github.com/junegunn/fzf). + ## Background As I said, this project is based in [tmux-fingers](https://github.com/Morantron/tmux-fingers). Morantron did an extraordinary job, building all necessary pieces in Bash to achieve the text picker behaviour. He only deserves my gratitude for all the time I have been using [tmux-fingers](https://github.com/Morantron/tmux-fingers).