#awesome #tiling #window #window-manager #package #package-manager #directory

app awpack

A package manager for the Awesome tiling window manager

1 unstable release

Uses old Rust 2015

0.1.0 Oct 21, 2016

#23 in #tiling

MIT license

16KB
382 lines

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

Dependencies

~13MB
~296K SLoC