-
Notifications
You must be signed in to change notification settings - Fork 388
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
Better tab completion #136
Comments
@athityakumar replacing |
Oh, that's a better way. But could the flag options come in only when the completing ARG isn't empty? Like,
|
|
I checked that, but consider scenario 1 ( |
btw, zsh-completion-generator makes completion perfectly.
|
Description
The current tab completion does work for flags. But it'd be better to have functionality of completing to flags when a match is found, and works with normal directory tab complete when no match is found.
For example,
colorls ../<TAB>
doesn't complete the directories.Ping @rohitner - Do you think this could be made better?
The text was updated successfully, but these errors were encountered: