= pacmine

* https://rubygems.org/gems/pacmine

== DESCRIPTION:

* pacmine is a small tool to get a list of the packages a person maintains from archlinux.org.

== FEATURES/PROBLEMS:

* Given a maintainer's username, pacmine queries the package database at
archlinux.org/packages and returns a list of the packages that person
maintains.

* Optionally, it will filter the package list returned by repository or package
name.

== SYNOPSIS:

For a bit of introductory help text, just enter:
pacmine

Each pacmine command has further help available, using the help command. E.g.
pacmine help list

Here are some examples. We could list all the packages with the user
"aaron" listed as the maintainer:
pacmine list aaron

List all the packages which are orphans:
pacmine list orphan

List all the packages in the community repository that are maintained by the
user "plewis"
pacmine list plewis --repo community

List all the orphans which begin with the phrase "kde"
pacmine list orphan --filter "^kde"

Finally, we can combine any of these:
pacmine list andrea --repo community "kde"

== REQUIREMENTS:

* commander
* hpricot

== INSTALL:

* If you have rubygems set up: gem install pacmine
* Or from the AUR: https://aur.archlinux.org/packages.php?ID=55713

== LICENSE:

GPL version 3, or at your option, any later version.