# awpack
A GitHub-based package manager for the Awesome tiling window manager.
## Installation
```bash
cargo install awpack
```
## Usage
### Installing packages
Installing a package from a GitHub repository.
```bash
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
```bash
awpack uninstall dylanmckay/volume-control
```
### Updating packages
```bash
# Update a single package
awpack update dylanmckay/volume-control
# Update all packages
awpack update
```