Skip to content

A small tool to help with updating AUR packages installed in the system

License

Notifications You must be signed in to change notification settings

qrwteyrutiyoup/cauralho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cAURalho

cAURalho is a small tool to help with updating AUR packages installed in the system. It displays in a dialog the list of packages for which the local version differs from the one in the AUR, and gives the user the change to individually select the ones the user would like to update.

The update itself is done with the AUR helper (look here for more information on the available AUR helpers) the user already has installed and uses regularly.

Requirements

cAURalho requires bash 4.x or newer, dialog, curl, jq and an AUR helper.

Configuration

Simply define the AUR_HELPER variable in /etc/cauralho.conf. E.g.: to use yay as the helper, one could have the variable set as:

AUR_HELPER="yay -S"

Screenshot

cAURalho in action

License

cAURalho is licensed under Apache License 2.0.

About

A small tool to help with updating AUR packages installed in the system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages