kmdr-cli icon indicating copy to clipboard operation
kmdr-cli copied to clipboard

[feature] Add a simple expand command mode

Open mitar opened this issue 4 years ago • 1 comments

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

mitar avatar Aug 06 '20 16:08 mitar

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.

ediardo avatar Aug 07 '20 22:08 ediardo