Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joehillen/paruz
- Owner: joehillen
- License: unlicense
- Created: 2021-08-30T19:13:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T18:24:39.000Z (about 1 year ago)
- Last Synced: 2023-10-03T00:58:10.903Z (about 1 year ago)
- Topics: archlinux, bash, cli, fzf, pacman, tui
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 55
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 DeselectOPTS:
-h, --help Print this messageAll 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
```