2024-08-04 22:53:15 +02:00
2024-07-24 19:38:44 +02:00
2024-08-04 22:59:26 +02:00
2024-08-04 23:10:21 +02:00
2024-08-04 23:10:21 +02:00
2024-07-24 19:51:08 +02:00

ah

A declarative package manager for Arch Linux

What is ah?

Arch Helper is a declarative package management tool for Arch Linux. It leverages paru or other package managers for seamless integration.

It is currently in early development phase so watch out for bugs!

Installation

Install Rust 🦀

$ sudo pacman -S rustup

Initialize default stable

$ rustup default stable

Clone this repo

$ git clone https://github.com/eRgo35/ah 

Change directory

$ cd ah

Install package

$ makepkg -si

Usage

$ ah --help
Arch Helper is a declarative package management tool for Arch Linux. It leverages paru or other package managers for seamless integration.

Usage: ah [COMMAND]

Commands:
  install  Install packages
  upgrade  Upgrade packages
  sync     Synchronize packages
  remove   Remove packages
  find     Find packages
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version
Description
Declarative Package Manager for Arch Linux
Readme 141 KiB
Languages
Rust 95.6%
Shell 4.4%