brettinternet / pkgls

sort of like a requirements.txt for your distro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkgls

Clippy Test Audit Build

Manage a list of installed packages for your distribution.

Supported package managers include:

  • pacman

Usage

USAGE:
    pkgls [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -h, --help                 Prints help information
    -l, --log                  Increment a log level
    -p, --program <program>    Explicitly set which package manager to use [possible values: pacman]
    -q, --quiet                Silence stdout and stderr
    -V, --version              Prints version information

SUBCOMMANDS:
    install    Install packages from input or a file
    list       List installed packages or save to file

See example.txt for a sample input file.

Develop

Requirements

  • rust
  • cargo
  • make (optional)

Run

make setup
make

Test

make test

About

sort of like a requirements.txt for your distro

License:MIT License


Languages

Language:Rust 99.4%Language:Makefile 0.6%