modified hook
This commit is contained in:
parent
68a1887e40
commit
6255d7c2f5
|
@ -1,6 +1,7 @@
|
||||||
# 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.\
|
||||||
\
|
Use by invoking 'pacfzf' or 'yayfzf' commands\
|
||||||
*For use with Pacman or Yay package managers only.*
|
*For use with Pacman or Yay package managers only.*
|
||||||
|
|
|
@ -7,4 +7,4 @@ Target = fuzzy-pkg-finder
|
||||||
[Action]
|
[Action]
|
||||||
Description = Syncing file database...
|
Description = Syncing file database...
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /bin/sh -c 'sudo pacman -Fy && yay -Fy'
|
Exec = /bin/sh -c 'pacman -Fy && yay -Fy'
|
||||||
|
|
Loading…
Reference in New Issue