#tui #terminal #frontend #paru

app parui

Simple TUI frontend for paru or yay

36 releases (8 stable)

1.0.7 Feb 14, 2023
1.0.6 Feb 13, 2023
0.1.28 May 22, 2022
0.1.4 Apr 28, 2022

#45 in Unix APIs

Download history 45/week @ 2023-02-05 275/week @ 2023-02-12 71/week @ 2023-02-19 4/week @ 2023-02-26 6/week @ 2023-03-05 7/week @ 2023-03-12 79/week @ 2023-03-19 11/week @ 2023-03-26 5/week @ 2023-04-02 13/week @ 2023-04-09 44/week @ 2023-04-16 2/week @ 2023-04-23 8/week @ 2023-04-30 108/week @ 2023-05-07 3/week @ 2023-05-14 6/week @ 2023-05-21

127 downloads per month

MIT license

39KB
895 lines

parui

Crates.io

Simple TUI frontend for paru or yay.

Usage

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

Keybinds

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

Images

Start Screen Info Info Scrolling Selections

Dependencies

~7–12MB
~238K SLoC