archlinux / contrib

Arch contrib scripts
GNU General Public License v2.0
65 stars 20 forks source link

Replace co-maintainers with pkgsearch #24

Closed Foxboron closed 4 years ago

Foxboron commented 4 years ago
Example:
    Packages from a maintainer with 2 maintainers
    $ pkgsearch -m Foxboron -l 2

    Orphaned packages in [extra]
    $ pkgsearch -f extra -l 0 -m orphan

    Packages installed on the system from [core] with 1 maintainer
    $ pkgsearch -q -f core -l 1

    Locally installed packages from [community], orphaned, and flagged out-of-date 
    $ pkgsearch -q -f community -l 0 -m orphan -o