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
Hivexsh currently does a basic readline loop. It might be a good idea to add a tab completion function and bind tab to rl_complete so one can just tab their way throughout the tree without running ls and relying on copy-pasting.
Hivexsh currently does a basic readline loop. It might be a good idea to add a tab completion function and bind tab to
rl_completeso one can just tab their way throughout the tree without running ls and relying on copy-pasting.