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

44 lines
1.9 KiB
Markdown

3 years ago
<p align="center">
<a href="https://github.com/crystal-linux">
3 years ago
<img src="https://raw.githubusercontent.com/crystal-linux/branding/main/logos%20/crystal-logo-minimal.png" alt="Logo" width="150" height="150">
3 years ago
</a>
</p>
<p align="center">
3 years ago
<h2 align="center"> Amethyst</h2>
3 years ago
</p>
<p align="center">
<img src=https://img.shields.io/github/stars/crystalux-project/ame?style=flat&color=a900ff />
<img src=https://img.shields.io/github/forks/crystalux-project/ame?style=flat&color=a900ff />
<img src=https://img.shields.io/github/issues/crystalux-project/ame?style=flat&color=a900ff />
<img src=https://img.shields.io/github/issues-pr/crystalux-project/ame?style=flat&color=a900ff />
<a href="https://discord.gg/yp4xpZeAgW"><img alt="Discord" src="https://img.shields.io/discord/825473796227858482?color=blue&label=Discord&logo=Discord&logoColor=white"?link=https://discord.gg/yp4xpZeAgW&link=https://discord.gg/yp4xpZeAgW> </p></a>
3 years ago
3 years ago
<p align="center"> Amethyst is a fast, efficient and lightweight aur helper and pacman wrapper.
Made for crystalux, compatible with any arch-based linux distribution.</p>
3 years ago
![](screenshot.png)
## Basic usage - <b>NOT COMPLETE!</b>
| Action | Command | Shorthand alias | Supported pacman equivalent |
| ------ | ------ | ------ | ------ |
| Install a package | amethyst install | ame ins | -S |
| Install a package via flatpak | amethyst flat | ame flat | -f |
| Remove a package| amethyst remove | ame rem | -R |
3 years ago
| 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-repo | ame serr | -Sr|
| Search for a package in aur | amethyst search-aur | ame sera | -Sa |
3 years ago
## How to build:
(Install cargo)
3 years ago
For release:
3 years ago
- `make clean release`
For general debug/test:
3 years ago
- `make clean debug`
Clean all build directories:
3 years ago
- `make clean`