fuzzy-pkg-finder/README.md

32 lines
928 B
Markdown
Raw Normal View History

2020-06-12 16:26:56 -05:00
# fuzzy-pkg-finder
2020-06-11 15:17:17 -05:00
2020-06-11 15:26:36 -05:00
**Simple cli command for using fzf to search and install packages.**\
2020-06-11 21:01:56 -05:00
\
2020-06-28 23:15:23 -05:00
![Screenshot](https://gitlab.com/airclay/fuzzy-pkg-finder/-/raw/master/fpf.png) \
2020-06-28 23:09:02 -05:00
\
2020-06-15 14:58:23 -05:00
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. \
2020-06-12 16:29:23 -05:00
\
2020-06-11 21:31:33 -05:00
*For use with Pacman or Yay package managers only.*\
2020-06-12 16:24:15 -05:00
\
2020-06-12 16:29:23 -05:00
Installation:
2020-06-14 06:43:08 -05:00
```
2020-06-12 16:24:15 -05:00
git clone https://github.com/ericlay/fuzzy-pkg-finder
cd fuzzy-pkg-finder
2020-06-15 14:58:23 -05:00
makepkg -sric
2020-06-12 16:26:56 -05:00
```
2020-06-12 16:24:15 -05:00
\
2020-06-14 06:45:09 -05:00
Usage:
2020-06-14 06:43:08 -05:00
```
2020-06-28 10:36:03 -05:00
Syntax: fpf -[a|l|la|R|o|h]
2020-06-14 06:43:08 -05:00
Defaults to Pacman if no options passed
options:
2020-06-24 19:01:12 -05:00
a Search/List and install from AUR with Yay
2020-06-27 15:59:20 -05:00
l Search/List installed packages from official repo
2020-06-28 09:57:35 -05:00
la Search/List installed packages from AUR
2020-06-27 15:59:20 -05:00
R Search/List installed packages from official repos for removal
2020-06-28 10:36:03 -05:00
o Search/List orphaned packages for removal
2020-06-24 19:01:12 -05:00
h Print this help screen.
2020-06-14 06:43:08 -05:00
```