prompt-autocomplete
prompt-autocomplete copied to clipboard
[UNMAINTAINED] A prompt in the terminal, but with autocomplete? A Node.js module
Results
1
prompt-autocomplete issues
Sort by
recently updated
recently updated
newest added
When I leave a prompt via ctrl+c, my cursor won't be restored. At the moment, everything that helps is a manual `$ reset`. Adding the line `charm.cursor(true);` fixes the issue....