Closed theRoboxx closed 1 year ago
Hi @theRoboxx.
This is possible, and indeed done for some internal commands (like the cmd
command), but not for shell (or external) commands (not at least in the current state). To get the list of options for shell commands we parse the appropriate manpage; but our parser does not retrieve descriptions. Zsh
does this, by contrast, using custom completion files provided by the application itself. So, no, we cannot do that at the moment.
What would be needed to get this done?
Is it possible to add these short flag descriptions to clifm, like they are available in zsh?
clifm with TabCompletionMode=standard
clifm with TabCompletionMode=fzf
Describe the solution you'd like