Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonr/breweri
Fork of parui to work with Homebrew.
https://github.com/vonr/breweri
Last synced: about 1 month ago
JSON representation
Fork of parui to work with Homebrew.
- Host: GitHub
- URL: https://github.com/vonr/breweri
- Owner: Vonr
- Created: 2024-04-01T09:18:03.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-19T03:50:40.000Z (about 2 months ago)
- Last Synced: 2024-11-19T04:29:55.299Z (about 2 months ago)
- Language: Rust
- Size: 4.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# breweri
### Simple TUI frontend for [Homebrew](https://brew.sh).
Breweri is a fork of [parui](https://github.com/Vonr/parui).
Requires curl and jq.
```sh
brew install curl jq
```### Usage
```
Usage: breweri [OPTION]... QUERY
Search for QUERY in Homebrew repositories,
Example:
breweri rustupOptions:
-h
Print this help and exit
```### Keybinds
breweri adopts vim-like keybinds.
| Key | Mode | Action |
|------------------------|--------|---------------------------|
| \ | Insert | Search for query |
| \ | Insert | Removes previous word |
| \ | Both | Exits breweri |
| \ | Both | Switch Modes |
| i, / | Select | Enter Insert Mode |
| \ | Select | Install selected packages |
| \, \ | Select | Moves info one row down |
| \, \ | Select | Moves info one row up |
| h, \, \ | Select | Moves one page back |
| j, \ | Select | Moves one row down |
| k, \ | Select | Moves one row up |
| l, \, \ | Select | Moves one page forwards |
| g, \ | Select | Go to start |
| G, \ | Select | Go to end |
| \ | Select | Select/deselect package |
| c | Select | Clear selections |
| \ | Select | Remove selected packages |
| q | Select | Exits breweri |