Simple cli utility for using fzf to search for/list/install/remove packages.
Go to file
Eric Lay 9fcb0af955 updated pkgrel 2020-06-13 18:32:31 -05:00
LICENSE Add LICENSE 2020-06-11 20:34:13 +00:00
PKGBUILD updated pkgrel 2020-06-13 18:32:31 -05:00
README.md updated readme 2020-06-12 16:36:52 -05:00
fpf merged scripts into single command 2020-06-13 15:24:23 -05:00
fpf.service updated fpf.service 2020-06-12 16:10:03 -05:00
fpf.timer replaced hook with timer 2020-06-12 15:46:47 -05:00

README.md

fuzzy-pkg-finder

Simple cli command for using fzf to search and install packages.

Performs live search by package name and presents package information including file list in preview pane.
Includes fpf systemd timer to keep files database up to date automagically.
For use with Pacman or Yay package managers only.
Entirely inspired by command found at https://wiki.archlinux.org/index.php/Fzf

Installation:

git clone https://github.com/ericlay/fuzzy-pkg-finder
cd fuzzy-pkg-finder
makepkg
sudo pacman -U fuzzy-pkg-finder-0.1-1-any.pkg.tar.xz 


After installation completes:

sudo systemctl enable fpf.timer fpf.service
sudo systemctl start fpf.service fpf.timer


Usage:
Invoke pacfzf or yayfzf commands to search the respective repositories. Press 'Enter' key to select desired package. Follow Pacman/Yay instructions to complete install.