update README

This commit is contained in:
Eric Lay 2023-11-20 18:19:27 -06:00
parent f0e110187f
commit f2cd1219e8
1 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
**Simple cli utility using fzf to search and install/list/remove packages.**\ **Simple cli utility using fzf to search and install/list/remove packages.**\
\ \
![Screenshot](https://gitlab.com/airclay/fuzzy-pkg-finder/-/raw/master/fpf.png) \ ![Screenshot](https://raw.githubusercontent.com/ericlay/fuzzy-pkg-finder/master/fpf.png) \
\ \
Leverages the power of fzf to search package names and descriptions then presents complete package information in preview pane. \ Leverages the power of fzf to search package names and descriptions then presents complete package information in preview pane. \
On selection will hand off to Pacman or Paru/Yay to complete transaction. \ On selection will hand off to Pacman or Paru/Yay to complete transaction. \
@ -14,7 +14,6 @@ On selection will hand off to Pacman or Paru/Yay to complete transaction. \
*For use with Pacman/Yay/Paru package managers only.*\ *For use with Pacman/Yay/Paru package managers only.*\
\ \
There are countless fzf package manager wrappers out there, some much more built out that this. \ There are countless fzf package manager wrappers out there, some much more built out that this. \
\
What separates Fuzzy-pkg-finder? What separates Fuzzy-pkg-finder?
- It's mine and it works the way I like it to - It's mine and it works the way I like it to
- It works as a simple script to wrap pacman/yay/paru, no need to rebuild the wheel - It works as a simple script to wrap pacman/yay/paru, no need to rebuild the wheel
@ -69,7 +68,7 @@ Keybinds:
``` ```
'ctrl + /' Toggle the preview window 'ctrl + /' Toggle the preview window
'ctrl + h' Show help in the preview window 'ctrl + h' Show help in the preview window
'ctrl + k' Show the keybinds in teh preview window 'ctrl + k' Show the keybinds in the preview window
'ctrl + n' Move to the next selected item 'ctrl + n' Move to the next selected item
'ctrl + b' Back to previoius selected item 'ctrl + b' Back to previoius selected item