Update shell funcs
This commit is contained in:
17
contrib/gpm_funcs.sh
Normal file
17
contrib/gpm_funcs.sh
Normal file
@ -0,0 +1,17 @@
|
||||
# Go to a project, specify a fzf filter or filter
|
||||
# through them all
|
||||
pgo () {
|
||||
project=` gitlab-project-manager project cd $1 `
|
||||
if [ $? -eq 0 ]; then
|
||||
cd $project
|
||||
fi
|
||||
}
|
||||
|
||||
# Add a new project to your local projects path
|
||||
padd () {
|
||||
gitlab-project-manager project add
|
||||
}
|
||||
|
||||
plist () {
|
||||
gitlab-project-manager alias list
|
||||
}
|
Reference in New Issue
Block a user