virtualfish icon indicating copy to clipboard operation
virtualfish copied to clipboard

Fish shell tool for managing Python virtual environments

Results 28 virtualfish issues
Sort by recently updated
recently updated
newest added

- [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. - [x] If related to a plugin, I prefixed the issue title...

docs

I'm pretty flaky with IRC (it really depends on whether or not I've got an active IRCCloud subscription, since even though I've got alerts switched on for all messages, the...

First, this commit adds detection of Python versions installed via [Python.org's Mac OS installers](https://www.python.org/downloads/macos/) (which are installed in `/Library/Frameworks/Python.framework/Versions/`). virtualfish will prefer Python.org installations over Homebrew Python, but `asdf`, `pyenv`,...

This brings the two previous commits together by adding autocompletions for Python versions installed with [Python.org's Mac installer](https://www.python.org/downloads/macos/). It adds another valid option to the `VIRTUALFISH_PYVERSION_COMPLETION` environment variable and an...

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

- [x] I am using Fish shell version 3.1 or higher. - [x] I am using Python version 3.6 or higher. - [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed...

bug

- [x] I am using Fish shell version 3.1 or higher. - [x] I am using Python version 3.6 or higher. - [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed...

bug

Hi : ) Thanks for creating and maintaining VirtualFish! I just [opened a pull request adding VirtualFIsh support to `eclm` theme](https://github.com/oh-my-fish/theme-eclm/pull/4) and, **if** it gets merged, I think we could...

Hi there, since this is a feature of virtualenvwrapper that is quite important to me, I added support for it to virtual fish. Would you please merge it? Best of...

- [x] I have searched the [issues](https://github.com/justinmayer/virtualfish/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. [NB this relates to but does not duplicate #69] - [x] I...

enhancement