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
{{ message }}
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
A user could be able to activate history parsing for certain commands to provide him with
completion of values for parameters in the current command.
For example:
curl -H %%<TAB>
would show the list of every header in user's history.
Drawbacks:
could be a cpu-intensive operation, but it's unlikely,
history has a limit
using the same prefix for command completion and history-based command completion can be confusing for a user
The text was updated successfully, but these errors were encountered:
A user could be able to activate history parsing for certain commands to provide him with
completion of values for parameters in the current command.
For example:
would show the list of every header in user's history.
Drawbacks:
The text was updated successfully, but these errors were encountered: