maven-bash-completion icon indicating copy to clipboard operation
maven-bash-completion copied to clipboard

Maven Bash Auto Completion

Results 17 maven-bash-completion issues
Sort by recently updated
recently updated
newest added

I installed the tool and tried it out on folder out of a maven project. I did typed `mvn clean instal -pl` and the prompt become stuck! maybe it is...

the options can be stored in some files under user's directory, and load it if exists

As a mvn user, I want a handy way to get the homepage url of a plugin I'm interested, so I don't need to search it with Google. This script...

I put the path in `C:\Users\name\maven_bash_autocomplete\bash_completion.bash` and updated `C:\Users\name\.bashrc` to ``` eval "$(oh-my-posh init bash --config ~/oh-my-posh-themes/amro.omp.json)" # Bash aliases alias .='explorer .' alias ..='cd ..' alias ....='cd ../../' alias...

It would be nice to have completion for the goals of [maven wrapper plugin](https://maven.apache.org/wrapper/) : ``` This plugin has 2 goals: wrapper:help Display help information on maven-wrapper-plugin. Call mvn wrapper:help...