Skip to content

Add support for (prefix) shell - #92

Open
certik wants to merge 1 commit into
sarugaku:masterfrom
certik:shell
Open

Add support for (prefix) shell#92
certik wants to merge 1 commit into
sarugaku:masterfrom
certik:shell

Conversation

@certik

@certik certik commented Jan 29, 2025

Copy link
Copy Markdown

Shell url: https://github.com/prefix-dev/shell/

I tested on macOS and Windows.

Before this PR on Windows:

$ python -c "import shellingham; print(shellingham.detect_shell())"
('cmd', 'C:\\Windows\\System32\\cmd.exe')

With this PR on Windows:

$ python -c "import shellingham; print(shellingham.detect_shell())"
('shell', 'C:\\Users\\ondrejcertik\\bin\\shell.exe')

Shell url: https://github.com/prefix-dev/shell/

I tested on macOS and Windows.

Before this PR on Windows:

    $ python -c "import shellingham; print(shellingham.detect_shell())"
    ('cmd', 'C:\\Windows\\System32\\cmd.exe')

With this PR on Windows:

    $ python -c "import shellingham; print(shellingham.detect_shell())"
    ('shell', 'C:\\Users\\ondrejcertik\\bin\\shell.exe')
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