m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 09:33:42 -05:00

Updated Examples (markdown)

RaZ0rr-Two
2021-06-15 11:25:31 -04:00
parent 40d32db06d
commit 272a8397f5

@@ -53,6 +53,7 @@ Table of Contents
* [i3](#i3)
* [man pages](#man-pages)
* [Python Behave BDD](#python-behave-bdd)
* [fzf as rofi replacement](#fzf as rofi replacement)
* [fzf as dmenu replacement](#fzf-as-dmenu-replacement)
* [dotfiles management](#dotfiles-management)
* [Transmission](#transmission)
@@ -1636,6 +1637,14 @@ fbehave() {
--bind 'tab:execute(echo {} | cut -f1 | awk "{\$1=\$1};1" | pbcopy )'
}
```
## fzf as rofi replacement
https://github.com/gotbletu/shownotes/blob/master/fzf_nova/fzf-nova
download fzf-nova folder as a whole and follow the instructions in fzf-nova script
[Reference video](https://www.youtube.com/watch?v=8SqakfCSzQk)
credits @gotbletu
### fzf as dmenu replacement