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

Implement our own subshell logic #2371

Merged
merged 7 commits into from
Jun 29, 2018
Merged

Commits on Jun 26, 2018

  1. Implement our own subshell logic

    To replace Pew's "workon" command. New code built on Shellingham.
    
    This also fixes a few additional minor bugs, e.g. Cmder not launching
    Powershell when it should.
    uranusjr committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    198e618 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    36e28c0 View commit details
    Browse the repository at this point in the history
  2. Stop importing unused things

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    52095a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79a2d81 View commit details
    Browse the repository at this point in the history
  4. Fix pathlib fallback imports to use compat file

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    c5b2cf6 View commit details
    Browse the repository at this point in the history
  5. Add news entries for shellingham

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    e2242bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1525e16 View commit details
    Browse the repository at this point in the history