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
To implement a list of commands for autocomplete in readline to use to prompt the user when they press 'TAB'. This will allow the user to just start typing the command and hit 'tab' to allow them to get the command they want.
Questions related to this, should autocomplete prioritise commands over files in current directory when autocompleting?
To implement a list of commands for autocomplete in readline to use to prompt the user when they press 'TAB'. This will allow the user to just start typing the command and hit 'tab' to allow them to get the command they want.
Questions related to this, should autocomplete prioritise commands over files in current directory when autocompleting?
A good overview of this is here
The text was updated successfully, but these errors were encountered: