From 6255d7c2f54afba1b40e8871590a42479c204ea0 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Thu, 11 Jun 2020 21:01:56 -0500 Subject: [PATCH] modified hook --- README.md | 5 +++-- fuzzy-pkg-finder.hook | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f0474a..cfa9142 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # fuzzy-pkg-finder **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.\ -\ -*For use with Pacman or Yay package managers only.* \ No newline at end of file +Use by invoking 'pacfzf' or 'yayfzf' commands\ +*For use with Pacman or Yay package managers only.* diff --git a/fuzzy-pkg-finder.hook b/fuzzy-pkg-finder.hook index 335c885..6cf920b 100644 --- a/fuzzy-pkg-finder.hook +++ b/fuzzy-pkg-finder.hook @@ -7,4 +7,4 @@ Target = fuzzy-pkg-finder [Action] Description = Syncing file database... When = PostTransaction -Exec = /bin/sh -c 'sudo pacman -Fy && yay -Fy' +Exec = /bin/sh -c 'pacman -Fy && yay -Fy'