You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would often like a tool that allows me to expand short option forms that I copied from some script or Webseite to their long option form.
e.g. carapace expand curl -sSf -L https://install.lix.systems/lix to
Do you want to run curl --fail --show-error --silent --location https://install.lix.systems/lix ?
This would be especially handy, as I (and most other people) do not have the short options memorized, and the long options are much easier to remember / read / understand.
As I don't understand much about carapace yet, does the data it provides / has actually allow to implement something like this?
The text was updated successfully, but these errors were encountered:
I would often like a tool that allows me to expand short option forms that I copied from some script or Webseite to their long option form.
e.g.
carapace expand curl -sSf -L https://install.lix.systems/lix
toDo you want to run
curl --fail --show-error --silent --location https://install.lix.systems/lix
?This would be especially handy, as I (and most other people) do not have the short options memorized, and the long options are much easier to remember / read / understand.
As I don't understand much about carapace yet, does the data it provides / has actually allow to implement something like this?
The text was updated successfully, but these errors were encountered: