Rename project to git-project-manager
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Publish / release (push) Successful in 32s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Publish / release (push) Successful in 32s
				
			This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
				
			|||||||
# Completion
 | 
					# Completion
 | 
				
			||||||
source <(gitlab-project-manager completion zsh)
 | 
					source <(git-project-manager completion zsh)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
alias gpm="gitlab-project-manager"
 | 
					alias gpm="git-project-manager"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Go to a project, specify a fzf filter or filter
 | 
					# Go to a project, specify a fzf filter or filter
 | 
				
			||||||
# through them all
 | 
					# through them all
 | 
				
			||||||
pgo () {
 | 
					pgo () {
 | 
				
			||||||
	project=` gitlab-project-manager project cd $1 `
 | 
						project=` git-project-manager project cd $1 `
 | 
				
			||||||
	if [ $? -eq 0 ]; then
 | 
						if [ $? -eq 0 ]; then
 | 
				
			||||||
		cd $project
 | 
							cd $project
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
@@ -14,20 +14,20 @@ pgo () {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Add a new project to your local projects path
 | 
					# Add a new project to your local projects path
 | 
				
			||||||
padd () {
 | 
					padd () {
 | 
				
			||||||
	gitlab-project-manager project add
 | 
						git-project-manager project add
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
plist () {
 | 
					plist () {
 | 
				
			||||||
	gitlab-project-manager alias list
 | 
						git-project-manager alias list
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pshow () {
 | 
					pshow () {
 | 
				
			||||||
	gitlab-project-manager project show --current
 | 
						git-project-manager project show --current
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
popen () {
 | 
					popen () {
 | 
				
			||||||
	gitlab-project-manager project open $1
 | 
						git-project-manager project open $1
 | 
				
			||||||
	reset 2>&1 > /dev/null
 | 
						reset 2>&1 > /dev/null
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
alias prun="gitlab-project-manager project run"
 | 
					alias prun="git-project-manager project run"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user