/virtualfish

A Fish wrapper for Ian Bicking's virtualenv, based loosely on Doug Hellman's virtualenvwrapper for Bash.

Primary LanguageShellMIT LicenseMIT

virtualfish

A Fish Shell wrapper for Ian Bicking's virtualenv, somewhat loosely based on Doug Hellman's virtualenvwrapper for Bourne-compatible shells.

You can get started by reading the documentation on Read The Docs. (It's quite short, I promise.)

If virtualfish is useful to you, feel free to make a weekly gift on Gittip or a monthly one on Flattr.

A quickstart, for the impatient

  1. Download virtual.fish, and source it in .config/fish/config.fish.
  2. Add virtualfish to your prompt
  3. vf new myvirtualenv; which python

See the docs to find out more about virtualenvwrapper emulation, auto-activation and other plugins, extending virtualfish with events, and more.