From 272a8397f5f0fbed3b51b9540ba6c8e1e172e51b Mon Sep 17 00:00:00 2001 From: RaZ0rr-Two <84911063+RaZ0rr-Two@users.noreply.github.com> Date: Tue, 15 Jun 2021 11:25:31 -0400 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Examples.md b/Examples.md index f25a5fc..1d1f1a3 100644 --- a/Examples.md +++ b/Examples.md @@ -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