Go to file
Alad Wenter 67a70c9a1c fetch: say on local branch
The command

  git rebase origin master

will run `git switch master` before doing anything, whereas

  git rebase origin/master

will rebase changes starting from origin/master in the current branch.
2022-07-03 18:57:23 +02:00
.github/workflows Update ci.yml 2021-05-29 09:20:29 +02:00
completions fetch: add --discard, run git-merge by default 2022-06-24 20:45:57 +02:00
docker Dockerfile: update dependencies 2022-04-18 13:46:34 +02:00
examples examples: update sync-devel, add note on AURDEST 2022-07-03 14:53:59 +02:00
lib fetch: say on local branch 2022-07-03 18:57:23 +02:00
makepkg sync: use pkgspec for ignores instead of pacini 2022-07-03 15:28:19 +02:00
man1 fetch: improve compatibility with aurutils <=9.6 2022-07-03 05:05:13 +02:00
man7 add examples directory 2022-03-09 19:51:41 +01:00
tests search: set default --color mode 2022-07-03 15:24:17 +02:00
.dir-locals.el Add awk-mode 2016-08-21 16:25:04 +02:00
06Nitori1.png Losslessly optimize mascot image with optipng -o9 2021-06-17 11:19:03 -04:00
ISSUE_TEMPLATE.md ISSUE_TEMPLATE.md: add missing 2>&1 2022-03-24 20:54:28 +01:00
LICENSE LICENSE: update year to 2022 2022-01-01 04:25:02 +01:00
Makefile Makefile: 10 2022-04-21 19:28:15 +02:00
NEWS.md add NEWS.md symlink 2019-10-27 02:59:36 +02:00
README.md README.md: remove mascot 2022-06-21 18:08:46 +02:00
THANKS aur-build: add --margs 2020-05-08 13:36:53 +02:00
aur.in aur.in: sort --env output 2022-04-28 20:54:50 +02:00

README.md

build license aur

SYNOPSIS

aurutils is a collection of scripts to automate usage of the Arch User Repository, with different tasks such as package searching, update checks, or computing dependencies kept separate.

The chosen approach for managing packages is local pacman repositories, rather than foreign (installed by pacman -U) packages.

INSTALLATION

Install one of the following packages:

Upgrade notices are posted to the Arch forums. (RSS)

USAGE

Documentation is included as groff manuals. aur(1) contains a general overview, instructions on creating a local repository, and several examples.

TROUBLESHOOTING

See ISSUE_TEMPLATE.md. For informal discussion, see the #aurutils channel on Libera Chat.