Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bash completion for easyconfigs from local dir but not robot search path #3953

Merged

Conversation

SebastianAchilles
Copy link
Member

This PR adds bash completion for easyconfigs only from local dir but not robot search path. This option might be useful if you are working on a slow shared filesystem and searching the entire robot search path is too slow.

This bash completion can be enabled with:

source $EBROOTEASYBUILD/bin/minimal_bash_completion.bash;
source $EBROOTEASYBUILD/bin/optcomplete.bash;
source $EBROOTEASYBUILD/bin/eb_bash_completion_local.bash;
complete -F _eb eb

Copy link
Contributor

@bartoldeman bartoldeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bartoldeman bartoldeman merged commit 3a74b47 into easybuilders:develop Feb 11, 2022
@boegel boegel changed the title Add bash completion for easyconfigs from local dir but not robot search path add bash completion for easyconfigs from local dir but not robot search path Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants