Miguel Vaello Martínez ee7a9f6fe6 jhbuild: add some missing commands and update README (#5195) | 8 年之前 | |
---|---|---|
.. | ||
README.md | 4 年之前 | |
jhbuild.plugin.zsh | 4 年之前 |
This plugin adds some JHBuild aliases.
To use it, add jhbuild
to the plugins array of your zshrc file:
plugins=(... jhbuild)
Maintainer: Miguel Vaello
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 |