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

https://github.com/sheepla/pacz

Arch Linux package searcher with fzf-like UI
https://github.com/sheepla/pacz

Last synced: about 1 month ago
JSON representation

Arch Linux package searcher with fzf-like UI

Awesome Lists containing this project

README

          

# pacz

**pacz** is an Arch Linux fuzzy searcher with fzf-like UI.

*This repository is still under development!*

## Installation

Clone this repository then run the following:

```
go install
```

## Usage

Specify a query as an argument.

```
pacz QUERY
```

To install the selected packages in bulk, run the following:

```bash
pacz QUERY | sudo pacman -S --needed -
```