Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
ee7a9f6f
Commit
ee7a9f6f
authored
Jun 30, 2016
by
Miguel Vaello Martínez
Committed by
Marc Cornellà
Feb 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jhbuild: add some missing commands and update README (#5195)
Commands: make, tinderbox. Closes #5195 Co-authored-by:
Marc Cornellà
<
marc.cornella@live.com
>
parent
573901dd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
8 deletions
+40
-8
README.md
plugins/jhbuild/README.md
+32
-2
jhbuild.plugin.zsh
plugins/jhbuild/jhbuild.plugin.zsh
+8
-6
No files found.
plugins/jhbuild/README.md
View file @
ee7a9f6f
## JHBuild
# 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
)
```
**Maintainer:**
[
Miguel Vaello
](
https://github.com/miguxbe
)
**Maintainer:**
[
Miguel Vaello
](
https://github.com/miguxbe
)
This plugin adds some jhbuild aliases and increase the completion function provided by zsh.
## 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`
|
plugins/jhbuild/jhbuild.plugin.zsh
View file @
ee7a9f6f
# Aliases
# JHBuild Aliases
#
# Base
alias
jh
=
'jhbuild'
alias
jh
=
'jhbuild'
# Build
# Build
alias
jhb
=
'jhbuild build'
alias
jhb
=
'jhbuild build'
...
@@ -7,12 +8,14 @@ alias jhbo='jhbuild buildone'
...
@@ -7,12 +8,14 @@ alias jhbo='jhbuild buildone'
# Checks
# Checks
alias
jhckb
=
'jhbuild checkbranches'
alias
jhckb
=
'jhbuild checkbranches'
alias
jhckm
=
'jhbuild checkmodulesets'
alias
jhckm
=
'jhbuild checkmodulesets'
# Info &
l
ist
# Info &
L
ist
alias
jhi
=
'jhbuild info'
alias
jhi
=
'jhbuild info'
alias
jhl
=
'jhbuild list'
alias
jhl
=
'jhbuild list'
# Clean
# Clean
alias
jhc
=
'jhbuild clean'
alias
jhc
=
'jhbuild clean'
alias
jhco
=
'jhbuild cleanone'
alias
jhco
=
'jhbuild cleanone'
# Make
alias
jhm
=
'jhbuild make'
# Run
# Run
alias
jhr
=
'jhbuild run'
alias
jhr
=
'jhbuild run'
# Depends
# Depends
...
@@ -25,6 +28,5 @@ alias jhuo='jhbuild updateone'
...
@@ -25,6 +28,5 @@ alias jhuo='jhbuild updateone'
alias
jhun
=
'jhbuild uninstall'
alias
jhun
=
'jhbuild uninstall'
# Shell
# Shell
alias
jhsh
=
'jhbuild shell'
alias
jhsh
=
'jhbuild shell'
# Tinderbox
alias
jht
=
'jhbuild tinderbox'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment