Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

[feature] Add a simple expand command mode #67

Open
mitar opened this issue Aug 6, 2020 · 1 comment
Open

[feature] Add a simple expand command mode #67

mitar opened this issue Aug 6, 2020 · 1 comment

Comments

@mitar
Copy link

mitar commented Aug 6, 2020

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
@ediardo ediardo assigned ediardo and unassigned ediardo Aug 6, 2020
@ediardo
Copy link
Member

ediardo commented Aug 7, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants