README.md 1.04 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
# JHBuild

This plugin adds some [JHBuild](https://developer.gnome.org/jhbuild/) aliases.

To use it, add `jhbuild` to the plugins array of your zshrc file:

```zsh
plugins=(... jhbuild)
```

11
12
**Maintainer:** [Miguel Vaello](https://github.com/miguxbe)

13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## Aliases

| Alias   | Command                   |
|---------|---------------------------|
| `jh`    | `jhbuild`                 |
| `jhb`   | `jhbuild build`           |
| `jhbo`  | `jhbuild buildone`        |
| `jhckb` | `jhbuild checkbranches`   |
| `jhckm` | `jhbuild checkmodulesets` |
| `jhi`   | `jhbuild info`            |
| `jhl`   | `jhbuild list`            |
| `jhc`   | `jhbuild clean`           |
| `jhco`  | `jhbuild cleanone`        |
| `jhm`   | `jhbuild make`            |
| `jhr`   | `jhbuild run`             |
| `jhrd`  | `jhbuild rdepends`        |
| `jhsd`  | `jhbuild sysdeps`         |
| `jhu`   | `jhbuild update`          |
| `jhuo`  | `jhbuild updateone`       |
| `jhun`  | `jhbuild uninstall`       |
| `jhsh`  | `jhbuild shell`           |
| `jht`   | `jhbuild tinderbox`       |