~witcher/helpaur

Help maintaining the AUR by listing unmaintained packages
Satisfy clippy by deriving `Eq` on `Commands`
cf90c182 — Richard Neumann 1 year, 8 months ago
Outsource package listing to sparate function
b2a11c6d — Richard Neumann 1 year, 8 months ago
Use alpm_utils::alpm_with_conf()

clone

read-only
https://git.sr.ht/~witcher/helpaur
read/write
git@git.sr.ht:~witcher/helpaur

You can also use your local clone with git send-email.

#helpaur

helpaur is a program that helps you to maintain packages in the AUR by allowing you to list all installed packages by specific criteria.

Installed packages can be queried by the following criteria:

  • Flagged out-of-date
  • Orphaned

#Compiling

Install the dependencies:

  • Rust

Compile with:

cargo build

#Usage

All query operations are found as subcommands to the helpaur command. For example, querying all installed AUR packages for orphaned ones:

helpaur orphaned

Use helpaur --help for more information.

#Resources

Send patches and questions to ~witcher/public-inbox@lists.sr.ht.

Instructions for preparing a patch are available at git-send-email.io.

Do not follow this link