aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: c6dae40e164b4dcda5101bd4371904f7f6a08b78 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# AUR Package for timr-cli

This is the AUR (Arch User Repository) package for [timr](https://devan.gg/timr).

The package is named `timr-cli` but installs the binary as `timr`.

## Installation

### Using an AUR helper (recommended)

```bash
yay -S timr-cli
# or
paru -S timr-cli
```

### Manual installation

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

## Usage

After installation, use the `timr` command:

```bash
timr --help
```

## Updating

```bash
yay -Syu timr-cli
# or
paru -Syu timr-cli
```

## Uninstall

```bash
sudo pacman -R timr-cli
```

## Maintainer

hi@devan.gg