issues
search
chzyer
/
readline
Readline is a pure go(golang) implementation for GNU-Readline kind library
MIT License
2.1k
stars
280
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to not append space?
#239
vczyh
opened
2 months ago
5
feat: Support pagination for tab completion
#238
YangchenYe323
opened
4 months ago
2
Doesn't work properly in GoLand's debug console.
#237
lx32056127
opened
5 months ago
0
Autocomplete using net.Conn
#236
vl-axentia
opened
5 months ago
0
buildtag changes for z/OS
#235
latia-tanner
opened
5 months ago
1
can it support pipeline input? echo "test" | readline-cli
#234
johnwmail
opened
5 months ago
2
In Ansi_ The ColorTableFg in the windows.go file may have an array out of bounds
#233
feiquan666
opened
1 year ago
1
Perform ioctl system calls through x/sys/unix
#232
jrick
opened
1 year ago
4
adds Config option to disable bell; DisableBell
#231
henderjon
opened
1 year ago
1
Reading from differents threads sharing the same Instance
#230
Slixe
opened
1 year ago
0
Fails to read piped stdin in windows
#229
YairHalberstadt
opened
1 year ago
0
bug
#228
fasnow
closed
1 year ago
0
Can I use `readline.NewRawReader()` as `os.Stdin` on Windows? Can `readline.NewRawReader()` support `Ctrl + Space`?
#227
lonnywong
opened
1 year ago
1
Add support for zOS
#226
v1gnesh
opened
1 year ago
8
Example how to use library with old UNIX CLI tools like Oracle sqlplus or rman
#225
gyzszabo
opened
1 year ago
0
Add security policy
#224
pnacht
closed
1 year ago
2
Add a security policy
#223
pnacht
closed
1 year ago
1
Fix a hang where ctrl-d can hang the next call to Readline
#222
tpodowd
opened
1 year ago
0
Fix crash when cfg.Painter is nil after another SetConfig() call
#221
tpodowd
opened
1 year ago
0
TOCTOU race in prompt redraw
#220
slingamn
opened
1 year ago
0
data race in history search
#219
slingamn
opened
1 year ago
0
remove Windows output translation
#218
slingamn
closed
4 months ago
10
`(*Instance).Close()` hangs if there is a concurrent `(*Instance).ReadLine` call
#217
slingamn
opened
1 year ago
0
change of color (ANSI color code unchaged) when calling `log.SetOutput(l.Stderr())`
#216
gekigek99
opened
1 year ago
4
the serial terminal key is invalid or stuck
#215
shiroming
opened
2 years ago
0
data race warning
#214
avlapp
opened
2 years ago
0
Breaks terminal when used '\n' in promt
#213
str1ngs-bytes
opened
2 years ago
0
Support multi-line edit
#212
wader
opened
2 years ago
0
Fixed: Autocomplete adds unwanted space (ASCII 32)(Issue #190)
#208
denizul
opened
2 years ago
0
Tab Completion Candidate Pager for when candidates don't fit on a single page
#207
tpodowd
opened
2 years ago
26
fix(autocomplete newline): autocomplete newline
#206
shaohk
opened
2 years ago
1
readline.ListenRemote and telnet connection
#205
lukasz-grabski
opened
2 years ago
1
Autocomplete CharBackspace behaviour question
#204
tpodowd
closed
2 years ago
1
Handle keypad mode cursor key escape sequences.
#203
tpodowd
closed
2 years ago
3
Various screen redraw fixes for wide characters, narrow screens etc.
#202
tpodowd
opened
2 years ago
24
Added 'os400'
#201
derickr
closed
2 years ago
1
restore term when receive signal
#200
chzyer
closed
2 years ago
0
how to modify Prompt
#199
firstsko
closed
2 years ago
0
Fix race condition in DefaultOnWidthChanged
#198
kylecarbs
opened
2 years ago
1
How do I complete a file path
#197
wanggaolin
opened
2 years ago
2
Data race between `Operation.ioloop()` and `Operation.SetConfig()`
#196
rutsky
opened
2 years ago
0
Option to restore terminal when interrupted
#195
nicollet
closed
2 years ago
1
Deadlock issue when client closes TCP connection unexpectedly
#194
govcert-ch
opened
3 years ago
0
Remote CLI combined with Local CLI causes IO Issues
#193
e-fin
opened
3 years ago
0
How to achieve auto completion after user input a not fix parameter?
#192
li9270
opened
3 years ago
0
it will return an EOF error when run with git bash on windows
#191
rhettli
opened
3 years ago
4
Autocomplete: PrefixCompleter adds unwanted SPACE ' ' (ASCII 32) to each string
#190
carli2
opened
3 years ago
0
Add Power Support ppc64le
#189
nagesh4193
opened
4 years ago
1
Fails to build when GOOS=plan9
#188
mholt
opened
4 years ago
0
Delete key with empty line makes Readline to return EOF
#187
hallazzang
opened
4 years ago
2
Next