Zsh completion #1124
degnbol
started this conversation in
Show and tell
Zsh completion
#1124
Replies: 4 comments 7 replies
|
Thank you |
1 reply
|
@degnbol This is awesome!!!!! :) A next step within Miller would be to have a command-line alternative like |
1 reply
|
@degnbol: Unfortunately, the above link is dead. Could you share your completion file (here)? I understand, it might not be perfect or up-to-date; but it might be better than nothing! :) |
5 replies
|
Please also see #2096 which was included in the Miller 6.20.2 release |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I made a quick draft for mlr completion for zsh at
https://github.com/degnbol/dotfiles/blob/main/miller/completion/_mlr
It is generated by parsing the outputs of several
mlr ... --helpandmlr helpcommands, see the code in the containig folder, e.g. RUNME.sh.The main thing missing is support for
thenand+to chain multiple commands. If anyone knows more about zsh completion, let me know how to do that.All reactions