Tree


.build.ymlcommits | blame
.gitignorecommits | blame
Cargo.lockcommits | blame
Cargo.lock.licensecommits | blame
Cargo.tomlcommits | blame
LICENSES/
README.mdcommits | blame
src/

README.md

# helpaur

helpaur is a program that helps you to maintain packages in the
[AUR](https://aur.archlinux.org) 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](https://lists.sr.ht/~witcher/public-inbox).

Instructions for preparing a patch are available at
[git-send-email.io](https://git-send-email.io/).