Skip to content

Make tab-completion with wildcards make more sense #954

Description

Example:

$ touch file(seq 4)
$ ls
file1  file2  file3  file4
$ echo f*<tab>

This autocompletes to f*ile. It should autocomplete to file* or file, imo.

Tab completion with wildcards is pretty awkward at the moment.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions