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