updated readme

This commit is contained in:
Eric Lay 2020-06-12 16:26:56 -05:00
parent 99b203f56e
commit f42cc4cefb
1 changed files with 14 additions and 14 deletions

View File

@ -1,27 +1,27 @@
# fuzzy-pkg-finder # fuzzy-pkg-finder
**Simple cli command for using fzf to search and install packages.**\ **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.\ 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.\ 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:\ *For use with Pacman or Yay package managers only.*\
```bash\ *Entirely inspired by command found at https://wiki.archlinux.org/index.php/Fzf* \
\
Installation: \
```bash
git clone https://github.com/ericlay/fuzzy-pkg-finder git clone https://github.com/ericlay/fuzzy-pkg-finder
cd fuzzy-pkg-finder cd fuzzy-pkg-finder
makepkg makepkg
sudo pacman -U fuzzy-pkg-finder-0.1-1-any.pkg.tar.xz sudo pacman -U fuzzy-pkg-finder-0.1-1-any.pkg.tar.xz
```\ ```
\ \
After installation completes:\ After installation completes: \
```bash\ ```bash
sudo systemctl enable fpf.timer fpf.service sudo systemctl enable fpf.timer fpf.service
sudo systemctl start fpf.service fpf.timer sudo systemctl start fpf.service fpf.timer
```\ ```
\ \
Usage:\ Usage: \
Use by invoking pacfzf or yayfzf to search the respective repositories.\ Use by invoking pacfzf or yayfzf to search the respective repositories. \