Add project open

This commit is contained in:
2023-12-12 16:30:33 -05:00
parent b7960ed1b4
commit bf213be9fb
6 changed files with 210 additions and 6 deletions

View File

@ -24,3 +24,7 @@ plist () {
pshow () {
gitlab-project-manager project show --current
}
popen () {
gitlab-project-manager project open $1
}