Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/chzyer/readline
Readline is a pure go(golang) implementation for GNU-Readline kind library
https://github.com/chzyer/readline
Is there a way to handle multi-lines instead of processing them line by line when pasting mult-lines?
lvjinyu opened this issue 11 days ago
lvjinyu opened this issue 11 days ago
How to not append space?
vczyh opened this issue 3 months ago
vczyh opened this issue 3 months ago
feat: Support pagination for tab completion
YangchenYe323 opened this pull request 5 months ago
YangchenYe323 opened this pull request 5 months ago
Doesn't work properly in GoLand's debug console.
lx32056127 opened this issue 6 months ago
lx32056127 opened this issue 6 months ago
Autocomplete using net.Conn
vl-axentia opened this issue 6 months ago
vl-axentia opened this issue 6 months ago
buildtag changes for z/OS
latia-tanner opened this pull request 6 months ago
latia-tanner opened this pull request 6 months ago
can it support pipeline input? echo "test" | readline-cli
johnwmail opened this issue 7 months ago
johnwmail opened this issue 7 months ago
In Ansi_ The ColorTableFg in the windows.go file may have an array out of bounds
feiquan666 opened this issue about 1 year ago
feiquan666 opened this issue about 1 year ago
Perform ioctl system calls through x/sys/unix
jrick opened this pull request about 1 year ago
jrick opened this pull request about 1 year ago
adds Config option to disable bell; DisableBell
henderjon opened this pull request over 1 year ago
henderjon opened this pull request over 1 year ago
Reading from differents threads sharing the same Instance
Slixe opened this issue over 1 year ago
Slixe opened this issue over 1 year ago
Fails to read piped stdin in windows
YairHalberstadt opened this issue over 1 year ago
YairHalberstadt opened this issue over 1 year ago
bug
fasnow opened this issue over 1 year ago
fasnow opened this issue over 1 year ago
Can I use `readline.NewRawReader()` as `os.Stdin` on Windows? Can `readline.NewRawReader()` support `Ctrl + Space`?
lonnywong opened this issue over 1 year ago
lonnywong opened this issue over 1 year ago
Add support for zOS
v1gnesh opened this pull request over 1 year ago
v1gnesh opened this pull request over 1 year ago
Example how to use library with old UNIX CLI tools like Oracle sqlplus or rman
gyzszabo opened this issue almost 2 years ago
gyzszabo opened this issue almost 2 years ago
Add security policy
pnacht opened this pull request almost 2 years ago
pnacht opened this pull request almost 2 years ago
Add a security policy
pnacht opened this issue almost 2 years ago
pnacht opened this issue almost 2 years ago
Fix a hang where ctrl-d can hang the next call to Readline
tpodowd opened this pull request almost 2 years ago
tpodowd opened this pull request almost 2 years ago
Fix crash when cfg.Painter is nil after another SetConfig() call
tpodowd opened this pull request almost 2 years ago
tpodowd opened this pull request almost 2 years ago
TOCTOU race in prompt redraw
slingamn opened this issue almost 2 years ago
slingamn opened this issue almost 2 years ago
data race in history search
slingamn opened this issue almost 2 years ago
slingamn opened this issue almost 2 years ago
remove Windows output translation
slingamn opened this pull request almost 2 years ago
slingamn opened this pull request almost 2 years ago
`(*Instance).Close()` hangs if there is a concurrent `(*Instance).ReadLine` call
slingamn opened this issue almost 2 years ago
slingamn opened this issue almost 2 years ago
change of color (ANSI color code unchaged) when calling `log.SetOutput(l.Stderr())`
gekigek99 opened this issue almost 2 years ago
gekigek99 opened this issue almost 2 years ago
the serial terminal key is invalid or stuck
shiroming opened this issue about 2 years ago
shiroming opened this issue about 2 years ago
data race warning
avlapp opened this issue about 2 years ago
avlapp opened this issue about 2 years ago
Breaks terminal when used '\n' in promt
str1ngs-bytes opened this issue about 2 years ago
str1ngs-bytes opened this issue about 2 years ago
Support multi-line edit
wader opened this issue over 2 years ago
wader opened this issue over 2 years ago
Fixed: Autocomplete adds unwanted space (ASCII 32)(Issue #190)
denizul opened this pull request over 2 years ago
denizul opened this pull request over 2 years ago
Tab Completion Candidate Pager for when candidates don't fit on a single page
tpodowd opened this pull request over 2 years ago
tpodowd opened this pull request over 2 years ago
fix(autocomplete newline): autocomplete newline
shaohk opened this pull request over 2 years ago
shaohk opened this pull request over 2 years ago
readline.ListenRemote and telnet connection
lukasz-grabski opened this issue over 2 years ago
lukasz-grabski opened this issue over 2 years ago
Autocomplete CharBackspace behaviour question
tpodowd opened this issue over 2 years ago
tpodowd opened this issue over 2 years ago
Handle keypad mode cursor key escape sequences.
tpodowd opened this pull request over 2 years ago
tpodowd opened this pull request over 2 years ago
Various screen redraw fixes for wide characters, narrow screens etc.
tpodowd opened this pull request over 2 years ago
tpodowd opened this pull request over 2 years ago
Added 'os400'
derickr opened this pull request over 2 years ago
derickr opened this pull request over 2 years ago
restore term when receive signal
chzyer opened this pull request over 2 years ago
chzyer opened this pull request over 2 years ago
how to modify Prompt
firstsko opened this issue almost 3 years ago
firstsko opened this issue almost 3 years ago
Fix race condition in DefaultOnWidthChanged
kylecarbs opened this pull request almost 3 years ago
kylecarbs opened this pull request almost 3 years ago
How do I complete a file path
wanggaolin opened this issue almost 3 years ago
wanggaolin opened this issue almost 3 years ago
Data race between `Operation.ioloop()` and `Operation.SetConfig()`
rutsky opened this issue almost 3 years ago
rutsky opened this issue almost 3 years ago
Option to restore terminal when interrupted
nicollet opened this pull request about 3 years ago
nicollet opened this pull request about 3 years ago
Deadlock issue when client closes TCP connection unexpectedly
govcert-ch opened this issue about 3 years ago
govcert-ch opened this issue about 3 years ago
Remote CLI combined with Local CLI causes IO Issues
Fi1o opened this issue about 3 years ago
Fi1o opened this issue about 3 years ago
How to achieve auto completion after user input a not fix parameter?
li9270 opened this issue over 3 years ago
li9270 opened this issue over 3 years ago
it will return an EOF error when run with git bash on windows
rhettli opened this issue almost 4 years ago
rhettli opened this issue almost 4 years ago
Autocomplete: PrefixCompleter adds unwanted SPACE ' ' (ASCII 32) to each string
carli2 opened this issue almost 4 years ago
carli2 opened this issue almost 4 years ago
Add Power Support ppc64le
nagesh4193 opened this pull request about 4 years ago
nagesh4193 opened this pull request about 4 years ago
Fails to build when GOOS=plan9
mholt opened this issue over 4 years ago
mholt opened this issue over 4 years ago
Delete key with empty line makes Readline to return EOF
hallazzang opened this issue over 4 years ago
hallazzang opened this issue over 4 years ago
errors when pasting text to the console in windows
ilyapashuk opened this issue over 4 years ago
ilyapashuk opened this issue over 4 years ago
using readline with a hardware serial console (minitel)
tgirod opened this issue almost 5 years ago
tgirod opened this issue almost 5 years ago
Cursor position is wrong when typing Chinese/Japanese/etc. characters and moving cursor
Sunbread opened this issue almost 5 years ago
Sunbread opened this issue almost 5 years ago
type beyond EOL and moving back breaks redrawing
quite opened this issue almost 5 years ago
quite opened this issue almost 5 years ago
Prompt 方法不支持多行文本吗?
xuanskyer opened this issue about 5 years ago
xuanskyer opened this issue about 5 years ago
Make <ctrl>+<left arrow> and <ctrl>+<right arrow> work
seveas opened this pull request about 5 years ago
seveas opened this pull request about 5 years ago
Is it possible to apply readline to tview or tcell?
dzpao opened this issue about 5 years ago
dzpao opened this issue about 5 years ago
fix: chinese corsor error
SilentTTxo opened this pull request over 5 years ago
SilentTTxo opened this pull request over 5 years ago
ANY alternative?
itwars opened this issue over 5 years ago
itwars opened this issue over 5 years ago
Case-Insensitive auto completion
dzervas opened this issue over 5 years ago
dzervas opened this issue over 5 years ago
Fix data race in terminal.go
laodouya opened this pull request over 5 years ago
laodouya opened this pull request over 5 years ago
AIX support
Helflym opened this pull request over 5 years ago
Helflym opened this pull request over 5 years ago
Add Algernon to the list of repos using readline
xyproto opened this pull request over 5 years ago
xyproto opened this pull request over 5 years ago
Highlight parenthesis
xyproto opened this issue over 5 years ago
xyproto opened this issue over 5 years ago
fix: Applied go fmt, fixed masked output
karantin2020 opened this pull request almost 6 years ago
karantin2020 opened this pull request almost 6 years ago
fix issue #169 for single line case
kinogmt opened this pull request almost 6 years ago
kinogmt opened this pull request almost 6 years ago
fix: Applied go fmt, fixed masked output
karantin2020 opened this pull request almost 6 years ago
karantin2020 opened this pull request almost 6 years ago
Readline() cleans up the last line which does not have \n at the end.
kinogmt opened this issue almost 6 years ago
kinogmt opened this issue almost 6 years ago
FuncFilterInputRune fails on filtering ctrl-J
isacikgoz opened this issue almost 6 years ago
isacikgoz opened this issue almost 6 years ago
Couldn't manage to cancel CancelableStdin
isacikgoz opened this issue almost 6 years ago
isacikgoz opened this issue almost 6 years ago
Support arrows in Application mode
lambdalisue opened this pull request almost 6 years ago
lambdalisue opened this pull request almost 6 years ago
bind to pageup / pagedown?
ywwg opened this issue almost 6 years ago
ywwg opened this issue almost 6 years ago
How to paginate a long list of args/options returned by a completer?
rohityadavcloud opened this issue almost 6 years ago
rohityadavcloud opened this issue almost 6 years ago
Crash after Ctrl-S, Ctrl-C
firelizzard18 opened this issue about 6 years ago
firelizzard18 opened this issue about 6 years ago
On windows cmd can not input char 'd' sometimes.
luckywinds opened this issue about 6 years ago
luckywinds opened this issue about 6 years ago
Fix cmd background on Windows
benpye opened this pull request about 6 years ago
benpye opened this pull request about 6 years ago
fixed backescape the first word in buffer
viert opened this pull request about 6 years ago
viert opened this pull request about 6 years ago
In Windows CMD.EXE, Readline Resets Screen Color
jcburley opened this issue about 6 years ago
jcburley opened this issue about 6 years ago
Any ideas on implementing an interactive selector during auto completion
rohityadavcloud opened this issue about 6 years ago
rohityadavcloud opened this issue about 6 years ago
Vi Key-Bindings
asimjalis opened this issue about 6 years ago
asimjalis opened this issue about 6 years ago
Update Prompt type form string to fmt.Stringer.
luopengift opened this pull request about 6 years ago
luopengift opened this pull request about 6 years ago
Support backward/forward by word with ctrl+<-/->
bom-d-van opened this pull request over 6 years ago
bom-d-van opened this pull request over 6 years ago
Fix suggested by go vet
hyangah opened this pull request over 6 years ago
hyangah opened this pull request over 6 years ago
Add support for Plan 9
fhs opened this pull request over 6 years ago
fhs opened this pull request over 6 years ago
Fix a race condition in terminal.go
wallaceicy06 opened this pull request over 6 years ago
wallaceicy06 opened this pull request over 6 years ago
Fixes panic when exiting search with no previous input
ZadenRB opened this pull request over 6 years ago
ZadenRB opened this pull request over 6 years ago
Typing characters refreshes the entire line
tspivey opened this issue over 6 years ago
tspivey opened this issue over 6 years ago
Support <Home>/<End> Keyboard keys for PuTTY
wiselike opened this pull request over 6 years ago
wiselike opened this pull request over 6 years ago
Delete on empty line stops readline loop
Hittorp opened this issue over 6 years ago
Hittorp opened this issue over 6 years ago
Is there a way to read multi-line input?
junyu-w opened this issue over 6 years ago
junyu-w opened this issue over 6 years ago
History prefix matching
liclac opened this issue over 6 years ago
liclac opened this issue over 6 years ago
Modify the display width for Chinese characters and so on
wiselike opened this pull request over 6 years ago
wiselike opened this pull request over 6 years ago
runes: Treat Other Symbol (So) category as double width
rohityadavcloud opened this pull request over 6 years ago
rohityadavcloud opened this pull request over 6 years ago
Prompt/cursor goes back by a character when prompt has a unicode character
rohityadavcloud opened this issue over 6 years ago
rohityadavcloud opened this issue over 6 years ago
fix(runebuf): fix cursor move display problem
mritd opened this pull request almost 7 years ago
mritd opened this pull request almost 7 years ago
fix: on mingw/msys os.Std* pointers are not valid yet at startup, causing problems to the library. ( fixes #109 )
evilsocket opened this pull request almost 7 years ago
evilsocket opened this pull request almost 7 years ago
Re-render hook for asynchronous display
t-bast opened this issue almost 7 years ago
t-bast opened this issue almost 7 years ago
Dynamic autocomplete for multiple args
rohityadavcloud opened this issue almost 7 years ago
rohityadavcloud opened this issue almost 7 years ago
When prompt has unicode char, pressing tab moves cursor by 1 position
rohityadavcloud opened this issue almost 7 years ago
rohityadavcloud opened this issue almost 7 years ago