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 autocompletions for vf new -p and vf upgrade -p with asdf or pyenv installs #220

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sbaack
Copy link

@sbaack sbaack commented Apr 1, 2022

This commit adds autocompletions for vf new -p and vf upgrade -p to list version numbers from Python installations in asdf or pyenv. Those autocompletions are off by default and can be activated by setting a universal variable named VIRTUALFISH_PYVERSION_COMPLETION to either asdf or pyenv.

Note that this only seems to work with Fish's universal variable, I guess because virtualfish's autocompletions are loaded before config.fish is sourced. Also note that turning this on will deactivate autocompletions of files and directories for vf new -p and vf upgrade -p, but I think it's an acceptable trade-off.

Adds autocompletions for `vf new -p` and `vf upgrade -p` to list version
numbers of Python installs from asdf or pyenv.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant