Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joehillen/paruz

A fzf terminal UI for paru or pacman
https://github.com/joehillen/paruz

archlinux bash cli fzf pacman tui

Last synced: 7 days ago
JSON representation

A fzf terminal UI for paru or pacman

Awesome Lists containing this project

README

        

# [paruz](https://github.com/joehillen/paruz)

A [fzf](https://github.com/junegunn/fzf) terminal UI for [paru](https://github.com/Morganamilo/paru) (or [pacman](https://wiki.archlinux.org/title/Pacman), if paru is not installed).

VERSION: 1.1.2

# Usage

```text
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](https://github.com/junegunn/fzf)
- bash > 4.3 (released 2009)

# Installation

## Arch Linux

```
paru -S paruz
```

## Direct Download

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

## From Source

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