Steps to reproduce
On Linux or OS X
- create a folder
Foo
- type
cd foo and hit Tab
Expected behavior
Completion will correct cd foo into cd ./Foo
Actual behavior
Nothing happens
Environment data
> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.10032.0
PSEdition Linux
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 3.0.0.0
GitCommitId v0.5.0
CLRVersion
WSManStackVersion 1.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Reasoning
- we already do that with
/ and \ on all systems.
- fish shell does it and it's very convinient.
Steps to reproduce
On Linux or OS X
Foocd fooand hitTabExpected behavior
Completion will correct
cd foointocd ./FooActual behavior
Nothing happens
Environment data
Reasoning
/and\on all systems.