mirror of https://github.com/chzyer/readline.git
update README.md
This commit is contained in:
parent
69871d9ae0
commit
28ad744d6b
|
@ -4,7 +4,9 @@
|
||||||
[![Build Status](https://travis-ci.org/chzyer/readline.svg?branch=master)](https://travis-ci.org/chzyer/readline)
|
[![Build Status](https://travis-ci.org/chzyer/readline.svg?branch=master)](https://travis-ci.org/chzyer/readline)
|
||||||
[![GoDoc](https://godoc.org/github.com/chzyer/readline?status.svg)](https://godoc.org/github.com/chzyer/readline)
|
[![GoDoc](https://godoc.org/github.com/chzyer/readline?status.svg)](https://godoc.org/github.com/chzyer/readline)
|
||||||
|
|
||||||
Readline is a pure go implementation for GNU-Readline kind library.
|
Readline is A Pure Go Implementation of a libreadline-style Library.
|
||||||
|
The goal is to be a powerful alternater for GNU-Readline.
|
||||||
|
|
||||||
|
|
||||||
**WHY:**
|
**WHY:**
|
||||||
Readline will support most of features which GNU Readline is supported, and provide a pure go environment and a MIT license.
|
Readline will support most of features which GNU Readline is supported, and provide a pure go environment and a MIT license.
|
||||||
|
@ -17,7 +19,7 @@ You can read the source code in [example/main.go](https://github.com/chzyer/read
|
||||||
|
|
||||||
# Todo
|
# Todo
|
||||||
|
|
||||||
* Auto Completeion
|
* Auto Completion
|
||||||
* Vim mode
|
* Vim mode
|
||||||
* Transpose words
|
* Transpose words
|
||||||
* More funny examples
|
* More funny examples
|
||||||
|
|
Loading…
Reference in New Issue