awpack 0.1.0

A package manager for the Awesome tiling window manager
awpack-0.1.0 is not a library.

awpack

A GitHub-based package manager for the Awesome tiling window manager.

Installation

cargo install awpack

Usage

Installing packages

Installing a package from a GitHub repository.

awpack install dylanmckay/volume-control

The repository will be cloned into the ~/.config/awesome/awpack/dylanmckay/volume-control directory, alongside the Awesome rc.lua configuration file.

Uninstalling packages

awpack uninstall dylanmckay/volume-control

Updating packages

# Update a single package
awpack update dylanmckay/volume-control

# Update all packages
awpack update