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

At CockroachDB we are now using [expect](https://en.wikipedia.org/wiki/Expect) to test the SQL shell and this shows all the characters sent by the program to the terminal. In our expect traces we...

I am using this on the other end of crypto/ssh and it is working well save for two issues. The biggest of those is that even though you can map...

I'd like to use readline as a front end for a microcontroller attached over serial, to provide command history and searching. The basic idea is: enter a line, the line...

Any plans to support the M-C-j functionality as described here: https://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC22

Pretty simple. If I type Ctrl+Z at a Readline() on Windows, the line I was working on disappears along with the prompt and no keyboard input has any effect anymore...

bug

Is there a plan for implementing yank? Not necessarily the whole kill ring, just a way of yanking back your previous kill.

enhancement

When using iTerm2, the arrow keys are generating escape O sequences which are being printed out to screen instead of scrolling back in history of moving between characters. Is there...

For example, `b`, `e`, `0`, and `$` are all supported motions, but `cb`, `ce`, `c0`, `c$`, `db`, `de`, `d0`, and `d$` don't work.

Currently stdin an isatty are not configureable which makes using this package with x/crypto/ssh impossible.

Would be useful to implementing something similar to how quotes works in sh/bash. That is to be able to open a quote, write some lines and then close to quote....