Skip to content

Make tab completion work for cd C:\Users (add ' automatically) #31

@certik

Description

@certik
~$ cd C:\Users
cd: C:Users: Not a directory
~$ cd C:/Users
C:/Users$

Also, even when I did cd C:/Users, it should canonicalize the path, which on Windows we should print it as C:\Users.

The solution might need to be to hit tab and it will automatically escape using quotes: cd 'C:\Users'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions