Skip to content

Add autocompletions for vf new -p and vf upgrade -p with asdf or pyenv installs#220

Open
sbaack wants to merge 1 commit intojustinmayer:mainfrom
sbaack:autocomplete_py_versions
Open

Add autocompletions for vf new -p and vf upgrade -p with asdf or pyenv installs#220
sbaack wants to merge 1 commit intojustinmayer:mainfrom
sbaack:autocomplete_py_versions

Conversation

@sbaack
Copy link
Copy Markdown

@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.

1 participant