Skip to content

krisfur/arch-browse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Arch Browse

Simple bash script using fzf and yay to browse available packages from all sources (with bat for syntax highlighting).

Packages are presented in priority order of official before AUR.

screenshot

Requirements

fzf and bat

sudo pacman -Syu --needed git base-devel fzf bat

yay

git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
cd .. && rm -rf yay

Making it executable

First make the script executable:

sudo chmod +x arch-browse.sh

then copy it into local/bin/:

sudo cp arch-browse.sh /usr/local/bin/arch-browse

Shoutout

Inspired by the installer as seen in Omarchy (github).

About

Simple TUI packages browser for installing software on Arch Linux using yay.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages