Skip to content

m1ndflay3r/aurtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Aurtool

Simple bash based aur management utility.

this project depends on package-query, which aurtool will install automatically on first run

Setup instructions


step 1
  • clone this repository:

  • git clone https://github.com/m1ndflay3r/aurtool

  • cd aurtool

step 2
  • launch aurtool!

  • ./aurtool --help

Usage:

  • -S : install package(s) from AUR by-name. Supports multiple operands.

  • aurtool -S packagename

  • -SS : install a package, trying pacman first, and AUR if pacman fails.

  • aurtool -SS packagename

  • -Ss : search the AUR for a package by name.

  • aurtool -Ss packagename

  • -Sss : search both repositories and AUR for package by name

  • aurtool -Sss packagename

  • -R : remove a package

  • aurtool -R packagename

  • -Sy : check for updates to installed AUR packages.

  • aurtool -Sy

  • -Syu : check for updates to AUR packages and install any that are available

  • aurtool -Syu

  • -Syyu : check for updates to both AUR + repository packages and install any that are available

  • aurtool -Syyu

  • --help : show help information

  • aurtool --help

  • --version : show versioninfo

  • aurtool --version

About

Simple bash based aur management utility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages