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

Change behaviour significantly: make work for all cases #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 3, 2019

  1. Change behaviour significantly:

    -Start at current directory
    -Look inside all sub-directories to see if there is a bin/activate.fish script
    -If not found, look in the parent directory, and continue up the file path until one is found, or give up
    
    Covers cases like:
    -Virtual environment is in a .venv or venv folder (any folder name is supportd) in the current working directory
    -Virtual environment is in a parent folder of the current working directory
    -Virtual environment is in the current working directory
    dgrant committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    46664d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    f58a4b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mmartinortiz/mmartinortiz-patch-1

    redirect error to /dev/null
    mmartinortiz authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    ebb98a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Merge pull request #2 from mmartinortiz/master

    Redirect to null error message from find
    dgrant authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    2bf1174 View commit details
    Browse the repository at this point in the history
  2. Get array index more better

    Matthew Ess authored and dgrant committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    ffe32b5 View commit details
    Browse the repository at this point in the history