Simple cli utility for using fzf to search for/list/install/remove packages.
Go to file
Eric Lay 426b82bf78 work in progress 2020-06-23 14:58:21 -05:00
LICENSE Add LICENSE 2020-06-11 20:34:13 +00:00
PKGBUILD updated pkgbuild 2020-06-15 15:01:17 -05:00
README.md work in progress 2020-06-22 16:39:16 -05:00
fpf work in progress 2020-06-23 14:58:21 -05:00

README.md

fuzzy-pkg-finder

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

Leverages the power of fzf to search package names and presents complete package information in preview pane.
On selection will hand off to Pacman or Yay to complete transaction.

For use with Pacman or Yay package managers only.
Entirely inspired by command found at https://wiki.archlinux.org/index.php/Fzf#Arch_specific_fzf_uses

Installation:

git clone https://github.com/ericlay/fuzzy-pkg-finder
cd fuzzy-pkg-finder
makepkg -sric


Usage:

Syntax: fpf -[y|h]
Defaults to Pacman if no options passed

options:
-y	Search and install with Yay
-h	Print this help screen