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

Powershell: backslash filepath #971

Open
rsteube opened this issue Jan 3, 2024 · 0 comments
Open

Powershell: backslash filepath #971

rsteube opened this issue Jan 3, 2024 · 0 comments
Labels

Comments

@rsteube
Copy link
Member

rsteube commented Jan 3, 2024

Request

Powershell on Windows supports the backslash (\) filepath separator.
This is rather unique as other shells use slash (/).

Since Powershell also supports slash, so so far the decision was made to only support this.
Adding backslash increases complexitiy and poses some issues with prefix filtering.

Seems a mixture of slash and backslash might be possible so support for it might be added at some point.

Proposed solution

Keep the current prefix and continue with / (even if it is mixed).

Anything else?

related carapace-sh/carapace-bin#2035

@rsteube rsteube added enhancement New feature or request powershell windows labels Jan 3, 2024
@rsteube rsteube changed the title Powershell: backslash completion Powershell: backslash filepath Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant