[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