readline icon indicating copy to clipboard operation
readline copied to clipboard

Readline is a pure go(golang) implementation for GNU-Readline kind library

Results 108 readline issues
Sort by recently updated
recently updated
newest added

+ _Originally posted by @daoxingdai in https://github.com/chzyer/readline/issues/197#issuecomment-1193265643_

+ _Originally posted by @daoxingdai in https://github.com/chzyer/readline/issues/197#issuecomment-1193265643_

How do I complete the file path, for example > ls /TMP / TMP /1.txt/TMP /2.txt Do you have any suggestions?

+ _Originally posted by @daoxingdai in https://github.com/chzyer/readline/issues/205#issuecomment-1193265597_

Hi, I'm using readline.ListenRemote to create remote accessible shell with readline but I've noticed it does not really play nice with telnet - when I make new telnet connection I'm...

I made a small adjustment to complete.go which removes the additional space that gets added to the tab completions

NB: This PR includes PR202 (https://github.com/chzyer/readline/pull/202) which is not yet merged. PR202 addressed various redraw issues with wide characters, edge of screen, multiple lines, masking etc. The main feature of...

Print autocompletion keywords starting on a new line. \n is only newline, \r is to move the cursor to the beginning of the line. only \n \n\r

- Don't overwrite existing text on same line as the prompt - Don't refresh screen when simply appending characters to buffer - Don't refresh screen unnessarily when pressing enter key...