ExplainDev/kmdr-cli

[feature] Add a simple expand command mode

Opened this issue · 1 comments

mitar commented

I think current verbose language description is great when you do not know the tool. But if you do know the tool but just need quick reminder what each argument is, it would be great if there would be a way to auto-expand commands. E.g.:

ls -AqQ

Would be converted to:

ls --almost-all --hide-control-chars --quote-name

Hi @mitar, thanks for submitting this request. I like it. Using long format options can facilitate learning and reverse-search.

This feature could also help to accomplish the opposite: "shortening a command" with long options.