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

How to not append space?

vczyh opened this issue about 1 month ago
feat: Support pagination for tab completion

YangchenYe323 opened this pull request 3 months ago
Doesn't work properly in GoLand's debug console.

lx32056127 opened this issue 4 months ago
Autocomplete using net.Conn

vl-axentia opened this issue 4 months ago
buildtag changes for z/OS

latia-tanner opened this pull request 4 months ago
can it support pipeline input? echo "test" | readline-cli

johnwmail opened this issue 4 months ago
Perform ioctl system calls through x/sys/unix

jrick opened this pull request 12 months ago
adds Config option to disable bell; DisableBell

henderjon opened this pull request about 1 year ago
Reading from differents threads sharing the same Instance

Slixe opened this issue about 1 year ago
Fails to read piped stdin in windows

YairHalberstadt opened this issue about 1 year ago
bug

fasnow opened this issue over 1 year ago
Add support for zOS

v1gnesh opened this pull request over 1 year ago
Add security policy

pnacht opened this pull request over 1 year ago
Add a security policy

pnacht opened this issue over 1 year ago
Fix a hang where ctrl-d can hang the next call to Readline

tpodowd opened this pull request over 1 year ago
Fix crash when cfg.Painter is nil after another SetConfig() call

tpodowd opened this pull request over 1 year ago
TOCTOU race in prompt redraw

slingamn opened this issue over 1 year ago
data race in history search

slingamn opened this issue over 1 year ago
remove Windows output translation

slingamn opened this pull request over 1 year ago
the serial terminal key is invalid or stuck

shiroming opened this issue almost 2 years ago
data race warning

avlapp opened this issue almost 2 years ago
Breaks terminal when used '\n' in promt

str1ngs-bytes opened this issue about 2 years ago
Support multi-line edit

wader opened this issue about 2 years ago
Fixed: Autocomplete adds unwanted space (ASCII 32)(Issue #190)

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
fix(autocomplete newline): autocomplete newline

shaohk opened this pull request over 2 years ago
readline.ListenRemote and telnet connection

lukasz-grabski opened this issue over 2 years ago
Autocomplete CharBackspace behaviour question

tpodowd opened this issue over 2 years ago
Handle keypad mode cursor key escape sequences.

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
Added 'os400'

derickr opened this pull request over 2 years ago
restore term when receive signal

chzyer opened this pull request over 2 years ago
how to modify Prompt

firstsko opened this issue over 2 years ago
Fix race condition in DefaultOnWidthChanged

kylecarbs opened this pull request over 2 years ago
How do I complete a file path

wanggaolin opened this issue almost 3 years ago
Data race between `Operation.ioloop()` and `Operation.SetConfig()`

rutsky opened this issue almost 3 years ago
Option to restore terminal when interrupted

nicollet opened this pull request almost 3 years ago
Deadlock issue when client closes TCP connection unexpectedly

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
it will return an EOF error when run with git bash on windows

rhettli opened this issue over 3 years ago
Add Power Support ppc64le

nagesh4193 opened this pull request almost 4 years ago
Fails to build when GOOS=plan9

mholt opened this issue about 4 years ago
Delete key with empty line makes Readline to return EOF

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
using readline with a hardware serial console (minitel)

tgirod opened this issue almost 5 years ago
type beyond EOL and moving back breaks redrawing

quite opened this issue almost 5 years ago
Prompt 方法不支持多行文本吗?

xuanskyer opened this issue almost 5 years ago
Make <ctrl>+<left arrow> and <ctrl>+<right arrow> work

seveas opened this pull request almost 5 years ago
Is it possible to apply readline to tview or tcell?

dzpao opened this issue about 5 years ago
fix: chinese corsor error

SilentTTxo opened this pull request over 5 years ago
ANY alternative?

itwars opened this issue over 5 years ago
Case-Insensitive auto completion

dzervas opened this issue over 5 years ago
Fix data race in terminal.go

laodouya opened this pull request over 5 years ago
AIX support

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
Highlight parenthesis

xyproto opened this issue over 5 years ago
fix: Applied go fmt, fixed masked output

karantin2020 opened this pull request over 5 years ago
fix issue #169 for single line case

kinogmt opened this pull request over 5 years ago
fix: Applied go fmt, fixed masked output

karantin2020 opened this pull request over 5 years ago
FuncFilterInputRune fails on filtering ctrl-J

isacikgoz opened this issue over 5 years ago
Couldn't manage to cancel CancelableStdin

isacikgoz opened this issue over 5 years ago
Support arrows in Application mode

lambdalisue opened this pull request over 5 years ago
bind to pageup / pagedown?

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
Crash after Ctrl-S, Ctrl-C

firelizzard18 opened this issue almost 6 years ago
On windows cmd can not input char 'd' sometimes.

luckywinds opened this issue almost 6 years ago
Fix cmd background on Windows

benpye opened this pull request almost 6 years ago
fixed backescape the first word in buffer

viert opened this pull request almost 6 years ago
In Windows CMD.EXE, Readline Resets Screen Color

jcburley opened this issue almost 6 years ago
Any ideas on implementing an interactive selector during auto completion

rohityadavcloud opened this issue almost 6 years ago
Vi Key-Bindings

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
Support backward/forward by word with ctrl+<-/->

bom-d-van opened this pull request about 6 years ago
Fix suggested by go vet

hyangah opened this pull request about 6 years ago
Add support for Plan 9

fhs opened this pull request about 6 years ago
Fix a race condition in terminal.go

wallaceicy06 opened this pull request about 6 years ago
Fixes panic when exiting search with no previous input

ZadenRB opened this pull request about 6 years ago
Typing characters refreshes the entire line

tspivey opened this issue about 6 years ago
Support <Home>/<End> Keyboard keys for PuTTY

wiselike opened this pull request about 6 years ago
Delete on empty line stops readline loop

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
History prefix matching

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
runes: Treat Other Symbol (So) category as double width

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
fix(runebuf): fix cursor move display problem

mritd opened this pull request over 6 years ago
Re-render hook for asynchronous display

t-bast opened this issue almost 7 years ago
Dynamic autocomplete for multiple args

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
Fix panic 'integer divide by zero' when terminal width too low

fxaguessy opened this pull request almost 7 years ago