Home

Awesome

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.

KeyModeAction
<Return>InsertSearch for query
<C-w>InsertRemoves previous word
<C-c>BothExits parui
<Escape>BothSwitch Modes
i, /SelectEnter Insert Mode
<Return>SelectInstall selected packages
<C-j>, <C-Down>SelectMoves info one row down
<C-k>, <C-Up>SelectMoves info one row up
h, <Left>, <PgUp>SelectMoves one page back
j, <Down>SelectMoves one row down
k, <Up>SelectMoves one row up
l, <Right>, <PgDn>SelectMoves one page forwards
g, <Home>SelectGo to start
G, <End>SelectGo to end
<Space>SelectSelect/deselect package
cSelectClear selections
<S-R>SelectRemove selected packages
qSelectExits parui

Images

Start Screen Info Info Scrolling Selections