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
- Host: GitHub
- URL: https://github.com/sheepla/pacz
- Owner: sheepla
- License: mit
- Created: 2022-01-30T09:16:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T09:28:38.000Z (over 4 years ago)
- Last Synced: 2025-02-28T08:32:04.656Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -
```