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
michal 9e7df5d1b4 prettifying 2 years ago
src prettifying 2 years ago
.gitignore edited gitignore 2 years ago
Cargo.toml prettifying 2 years ago
LICENSE.md shell completion, fixed search, cargo.toml stuff 2 years ago
README.md everything pretty much 2 years ago

README.md

Logo

Amethyst

Discord

Amethyst is a fast, efficient and lightweight AUR helper and Pacman wrapper. Made for Crystal, compatible with any Arch-based Linux distribution.

Basic usage

Action FreeBSD pkg-style alias Pacman-style flag(s)
Install a package ame ins/install ame -S
Remove a package ame rm/remove ame -R/-Rs
Upgrade a package ame upg/upgrade ame -Syu
Search for a package ame sea ame -Ss

How to build:

(Install cargo)

For release:

  • make clean release

For general debug/test:

  • make debug

Clean all build directories:

  • make clean


echo "AME_UWU=YES" >> ~/.zshrc # for zsh
echo "AME_UWU=YES" >> ~/.bashrc # for bash
set -Ux AME_UWU YES # for fish