|
| 1 | +# [yups](https://github.com/the-Electric-Tantra-Linux/yups) |
| 2 | + |
| 3 | +A [fzf](https://github.com/junegunn/fzf) TUI for [paru](https://github.com/Morganamilo/paru) |
| 4 | + |
| 5 | +Latest Release 1.0.0 |
| 6 | + |
| 7 | +# Usage |
| 8 | + |
| 9 | +```text |
| 10 | +❯ ./yups -h |
| 11 | +
|
| 12 | +╔════════════════════╗ |
| 13 | +║░ yups ░║ |
| 14 | +╚════════════════════╝ |
| 15 | +
|
| 16 | +usage: yups -sqrmfy {args} -hv |
| 17 | +path: /usr/bin/yups |
| 18 | +
|
| 19 | + -s, -style select [(l|light)|(m|mono)(p|paper)] |
| 20 | + -q, -query input starting search query |
| 21 | + -r, -repository browse a specific repo [core|extra|community|aur] |
| 22 | + -m, -margin set the margin 10|2,5|5,3,8|1,5,2,3 |
| 23 | + -h, -help show this help |
| 24 | + -v, -version get yups version |
| 25 | +
|
| 26 | + ctrl-space toggle package |
| 27 | + ctrl-d deselect-all |
| 28 | + ctrl-l clear-query |
| 29 | + ctrl-p toggle-preview |
| 30 | + ctrl-w toggle-preview-wrap |
| 31 | + shift-up preview-up |
| 32 | + shift-down preview-down |
| 33 | + shift-left preview-page-up |
| 34 | + shift-right preview-page-down |
| 35 | + ctrl-s see package stats |
| 36 | + ctrl-u list updatable packages |
| 37 | + ctrl-n read the news |
| 38 | + ctrl-g get info about installed packages |
| 39 | + enter install package(s) |
| 40 | + esc leave, do nothing |
| 41 | + tab toggle package and move pointer down |
| 42 | + shift-tab toggle package and move pointer up |
| 43 | + ctrl-h list keybindings (help) |
| 44 | +``` |
| 45 | + |
| 46 | +# Requirements |
| 47 | + |
| 48 | +- [fzf](https://github.com/junegunn/fzf) |
| 49 | +- [paru](https://github.com/morganamilo/paru) |
| 50 | +- bash |
| 51 | + |
| 52 | +# Installation |
| 53 | + |
| 54 | +## Arch Linux |
| 55 | + |
| 56 | +``` |
| 57 | +paru -S yups |
| 58 | +``` |
| 59 | + |
| 60 | +## From Source |
| 61 | + |
| 62 | +```sh |
| 63 | +git clone https://github.com/the-Electric-Tantra-Linux/yups.git |
| 64 | +cd yups |
| 65 | +sudo make install |
| 66 | +``` |
| 67 | + |
| 68 | +## Direct Download |
| 69 | + |
| 70 | +```sh |
| 71 | +wget -O ~/.local/bin/yups https://raw.githubusercontent.com/the-Electric-Tantra-Linux/yups/main/yups |
| 72 | +chmod +x ~/.local/bin/yups |
| 73 | +``` |
0 commit comments