Skip to content

joehillen/paruz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fzf terminal UI for paru (or pacman, if paru is not installed).

VERSION: 1.1.2

Usage

Usage: paruz [OPTS]

A fzf terminal UI for paru or pacman.

sudo is invoked automatically, if needed.

Multiple packages can be selected.

The package manager can be changed with the environment variables: PARUZ

Keybindings:
  TAB                    Select
  Shift+TAB              Deselect

OPTS:
  -h, --help             Print this message

  All other options are passed to the package manager.
  Default: -S (install)

Examples:
  paruz -S --nocleanafter
  paruz -R
  PARUZ=yay paruz

Requirements

  • fzf
  • bash > 4.3 (released 2009)

Installation

Arch Linux

paru -S paruz

Direct Download

wget -O ~/.bin/paruz https://raw.githubusercontent.com/joehillen/paruz/master/paruz
chmod +x ~/.bin/paruz

From Source

git clone https://github.com/joehillen/paruz.git
cd paruz
sudo make install # /usr/local/bin/paruz