From 81aff500e165f917505ca90c877a5df3c3caa0f4 Mon Sep 17 00:00:00 2001 From: ericlay Date: Wed, 29 Mar 2023 10:20:03 -0500 Subject: [PATCH] =?UTF-8?q?VERSION=201.0=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PKGBUILD | 2 +- README.md | 30 +++++++++++++++++++++--------- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 59cdf74..95cca0f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Lay # Contributor: Yochananmarqos pkgname=fuzzy-pkg-finder -pkgver=0.9.9 +pkgver=1.0 pkgrel=1 pkgdesc="Simple cli command for using fzf to search and install packages" arch=('x86_64' 'aarch64' 'armv7h') diff --git a/README.md b/README.md index b97fe1b..b948b91 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ \ ![Screenshot](https://gitlab.com/airclay/fuzzy-pkg-finder/-/raw/master/fpf.png) \ \ -Leverages the power of fzf to search package names and 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. \ \ *For use with Pacman/Yay/Paru package managers only.*\ @@ -26,20 +26,32 @@ makepkg -sric \ Usage: ``` -Syntax: fpf -[a|l|la|R|o|h] +Syntax: fpf [-a| --aur] [-l| --list-installed] [-la| --list-aur-installed] + [R| --remove] [-o| --orphans] [-h | --help] Defaults to Pacman if no options passed Searching for a package: ex: fpf [pkg name] for official repo search ex: fpf -a [pkg name] for aur search -options: --a Search/List and install from AUR with Yay --l Search/List installed packages from official repo --la Search/List installed packages from AUR --R Search/List installed packages for removal --o Search/List orphaned packages for removal --h Print this help screen. +Options: +-a, --aur + Search/List and install from AUR with Yay + +-l, --list-installed + Search/List installed packages from official repo + +-la, --list-aur-installed + Search/List installed packages from AUR + +-R, -remove + Search/List installed packages for removal + +-o, --orphans + Search/List orphaned packages for removal + +-h, --help + Print this help screen ``` \ Keybinds: -- 2.40.1