Skip to content

kStor2poche/rah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rah - Rusty AUR Helper

Some time ago, I tried to do my own AUR helper using bash just for fun, but I quickly abandoned the project because it was made in quite a convoluted way (plus I found out later that the name was already taken by another AUR helper 🥲) (nvm this name is also already taken, I'll find another one later).

So here I am, trying to make an AUR helper that

  • is fast
  • only handles AUR package
  • has pacman-like syntax

and most importantly

  • provides interactive mechanisms when things go bad (or even if they don't) during an installation in order to fix everything and direct towards solution, rather than trying to do its own thing and ending up breaking everything or simply letting you down :(

Structure

  • main.rs → control flow
  • [subcommand].rs → functions related to each of these subcommands that will be launched from main
  • database.rs → helper functions for managing the package database
  • config.rs → everything that manages the rah config

About

The Rusty AUR Helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages