Amethyst is a fast, efficient and lightweight AUR helper and Pacman wrapper. Made for Crystal, compatible with any Arch-based Linux distribution
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
axtloss b063db592b made it print the output of pacman commands, and install using pacman if the package was found in the repos 3 years ago
src made it print the output of pacman commands, and install using pacman if the package was found in the repos 3 years ago
.gitignore modified .gitignore 3 years ago
Cargo.toml initial commit 3 years ago
Makefile initial commit 3 years ago
README.md Update README.md 3 years ago

README.md

Logo

Amethyst - Rust rework

Discord

amethyst is a fast, efficient and lightweight aur helper and pacman wrapper. Made for crystalux, compatible with any arch-based linux distribution. NOW IN RUST!

This tool is jaś compliant. Read more here.

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 builddirs

  • make clean