aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: eac7da4baa5c1ced45828ec1aa71d457e6f24564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# haur

[![Build Status](https://travis-ci.com/karx1/haur.svg?branch=master)](https://travis-ci.com/karx1/haur) [![AUR version](https://img.shields.io/aur/version/haur)](https://aur.archlinux.org/packages/haur)

*H*elper for the *A*rch *U*ser *R*epository

## Installlation

```bash
git clone https://aur.archlinux.org/haur.git
cd haur
makepkg -si
```

## Usage

Usage is pretty simple.

To install a package:
```bash
haur <package name>
```

To remove a package:
```bash
haur -r <package name>
```

Deleting a package only removes it from pacman, not the disk. To clear removed packages:
```bash
haur -c
```


If you have any problems, please leave a comment on the AUR page and/or create a GitHub issue