-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Open
Copy link
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugKeepOpenThe bot will ignore these and not auto-closeThe bot will ignore these and not auto-closeNeeds-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.WG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtimeWG-NeedsReviewNeeds a review by the labeled Working GroupNeeds a review by the labeled Working Group
Description
Summary of the new feature/enhancement
Some time ago I created this issue in PSReadline about using tab-completion using a forward slash in PowerShell running on Windows (to better simulate Unix ). For instance, today the ls C:/Users followed by the tab is automatically converted to C:\Users\. I would expect C:/Users/.
PSReadline team said it couldn't be done because CompleteInput is coded to use the system separator.
Therefore, my feature request is that the CompleteInput return respects the same dir separator used in the input param.
Proposed technical implementation details (optional)
No response
mklement0, RokeJulianLockhart, ryan-beesley, alanlivio, konrad-kubacki and 14 more
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugKeepOpenThe bot will ignore these and not auto-closeThe bot will ignore these and not auto-closeNeeds-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.WG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtimeWG-NeedsReviewNeeds a review by the labeled Working GroupNeeds a review by the labeled Working Group