More README.md

This commit is contained in:
Ferran Basora 2020-01-30 09:38:29 +01:00
parent b5d5d41310
commit a493fbdd03

View File

@ -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).