Zsh completion #1124
Replies: 3 comments 5 replies
-
Thank you |
Beta Was this translation helpful? Give feedback.
-
@degnbol This is awesome!!!!! :) A next step within Miller would be to have a command-line alternative like |
Beta Was this translation helpful? Give feedback.
-
@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! :) |
Beta Was this translation helpful? Give feedback.
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 ... --help
andmlr help
commands, see the code in the containig folder, e.g. RUNME.sh.The main thing missing is support for
then
and+
to chain multiple commands. If anyone knows more about zsh completion, let me know how to do that.Beta Was this translation helpful? Give feedback.
All reactions