| Crates.io | parui |
| lib.rs | parui |
| version | 1.0.18 |
| created_at | 2022-04-27 08:58:34.582421+00 |
| updated_at | 2024-04-29 05:05:40.42185+00 |
| description | Simple TUI frontend for paru or yay. |
| homepage | https://github.com/Vonr/parui |
| repository | https://github.com/Vonr/parui |
| max_upload_size | |
| id | 575948 |
| size | 84,708 |
Usage: parui [OPTION]... QUERY
Search for QUERY in the Arch User Repository.,
Example:
parui -p=yay rustup
Options:
-p=<PROGRAM>
Selects program used to search AUR
Not guaranteed to work well
Default: paru
-h
Print this help and exit
parui adopts vim-like keybinds.
| Key | Mode | Action |
|---|---|---|
| <Return> | Insert | Search for query |
| <C-w> | Insert | Removes previous word |
| <C-c> | Both | Exits parui |
| <Escape> | Both | Switch Modes |
| i, / | Select | Enter Insert Mode |
| <Return> | Select | Install selected packages |
| <C-j>, <C-Down> | Select | Moves info one row down |
| <C-k>, <C-Up> | Select | Moves info one row up |
| h, <Left>, <PgUp> | Select | Moves one page back |
| j, <Down> | Select | Moves one row down |
| k, <Up> | Select | Moves one row up |
| l, <Right>, <PgDn> | Select | Moves one page forwards |
| g, <Home> | Select | Go to start |
| G, <End> | Select | Go to end |
| <Space> | Select | Select/deselect package |
| c | Select | Clear selections |
| <S-R> | Select | Remove selected packages |
| q | Select | Exits parui |
