My collection of scripts to integrate fzf into everyday tasks. Some of them is inspired from other people works
Download the script and put it in $PATH
An exception is sd
Search and open google chrome history in a new tab
- google chrome
- fzf
- sqlite3
Open file (default is to search in $HOME
)
- fzf
- ripgrep
- rifle (if you use xdg-open. add
OPEN=xdg-open
in ~/.bashrc)
Search manpages. Type manfzf -u
to create and update cache and
manfzf -c
to search in cache (slightly faster)
- fzf
- vim (optional)
End process. Default is kill (signal 9)
- fzf
cd meets fzf. sd
means [s]earch [d]irectory
- fzf
- fd
- Download cd_fzf
- Add this line in ~/.bashrc:
source path/to/cd_fzf
pacman + fzf
- fzf
- pacman
- trizen (or other aur helper read from
$AUR_HELPER
)
Downgrade package using pacman package manager
- fzf
- pacman
Some ideas or part of code is taken from: