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.
amethyst/README.md

1.7 KiB

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.

Basic usage

Action FreeBSD pkg-style alias Pacman-style flag(s)
Install a package ame ins ame -S
Remove a package ame rem ame -R / -Rs
Update repository ame upd ame -Sy
Upgrade a package ame upg ame -Syu
Search for a package in general ame sea ame -Ss
Search for a package in the repos ame repsea ame -Sr
Search for a package in aur ame aursea ame -S

How to build:

(Install cargo)

For release:

  • make clean release

For general debug/test:

  • make clean debug

Clean all build directories:

  • make clean