Skip to content

Commit c9f4ac3

Browse files
reference to gnu readline
1 parent 37e3f50 commit c9f4ac3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# go-repl
22

3-
Lightweight Golang REPL library, inspired by *xterm*. You provide the `Eval` function, and `go-repl` does the rest.
3+
Lightweight Golang REPL library, inspired by GNU Readline. You provide the `Eval` function, and `go-repl` does the rest.
44

55
Your REPLs that use this library will enjoy the following features:
66
* Session history with *reverse-search*
@@ -28,10 +28,11 @@ Your REPLs that use this library will enjoy the following features:
2828
* Ctrl-Y: insert previous deletion (from Ctrl-K, Ctrl-U, Ctrl-Q or Ctrl-W)
2929

3030
Notes:
31-
* Doesn't depend on *ncurses*
32-
* Performance hasn't yet been optimized and I haven't yet tested all corner cases exhaustively
33-
* Might not work in Windows command prompt (keystroke codes could differ, ANSI escape sequences might not be supported, the method that sets terminal to raw mode might not work)
34-
* No support for clipboards yet
31+
* Doesn't depend on *ncurses*
32+
* Performance hasn't yet been optimized and I haven't yet tested all corner cases exhaustively
33+
* Might not work in Windows command prompt (keystroke codes could differ, ANSI escape sequences might not be supported, the method that sets terminal to raw mode might not work)
34+
* No vi edit mode
35+
* No support for clipboards yet
3536

3637
# Usage
3738

0 commit comments

Comments
 (0)