Logo

Amethyst

Discord

Amethyst is a fast, efficient and lightweight aur helper and pacman wrapper. Made for crystalux, compatible with any arch-based linux distribution.

![](screenshot.png) ## Basic usage - NOT COMPLETE! | Action | Command | Shorthand alias | Supported pacman equivalent | | ------ | ------ | ------ | ------ | | Install a package | amethyst install | ame ins | -S | | Remove a package| amethyst remove | ame rm | -R | | Update repository | amethyst update | ame upd | -Sy | | Upgrade a package | amethyst upgrade | ame upg | -Syu | | Search for a package in repo and aur | amethyst search | ame sear | -Ss | | Search for a package in repo | amethyst search -R | ame sear -R | -Ss -R | | Search for a package in aur | amethyst search -A | ame sear -A | -Ss -A | ## How to build: For release: - `make clean release` For general debug/test: - `make clean debug` Clean all build directories: - `make clean`