Skip to content

salkin-mada/lsparu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fzf TUI for paru

Latest Release 1.0.0

Usage

❯ ./lsparu -h

╔════════════════════╗
║░      lsparu      ░║
╚════════════════════╝

usage: lsparu -sqrmfy {args} -hv
path: /usr/bin/lsparu

   -s, -style             select [(l|light)|(m|mono)(p|paper)]
   -q, -query             input starting search query
   -r, -repository        browse a specific repo [core|extra|community|aur]
   -m, -margin            set the margin 10|2,5|5,3,8|1,5,2,3
   -h, -help              show this help
   -v, -version           get lsparu version

   ctrl-space             toggle package
   ctrl-d                 deselect-all
   ctrl-l                 clear-query
   ctrl-p                 toggle-preview
   ctrl-w                 toggle-preview-wrap
   shift-up               preview-up
   shift-down             preview-down
   shift-left             preview-page-up
   shift-right            preview-page-down
   ctrl-s                 see package stats
   ctrl-u                 list updatable packages
   ctrl-n                 read the news
   ctrl-g                 get info about installed packages
   enter                  install package(s)
   esc                    leave, do nothing
   tab                    toggle package and move pointer down
   shift-tab              toggle package and move pointer up
   ctrl-h                 list keybindings (help)

Requirements

Installation

Arch Linux

paru -S lsparu

From Source

git clone https://github.com/salkin-mada/lsparu.git
cd lsparu
sudo make install

Direct Download

wget -O ~/.local/bin/lsparu https://raw.githubusercontent.com/salkin-mada/lsparu/main/lsparu
chmod +x ~/.local/bin/lsparu