| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-03-05 | 947 Bytes | |
| v1.2.tar.gz | 2016-03-05 | 25.0 kB | |
| v1.2.zip | 2016-03-05 | 35.9 kB | |
| Totals: 3 Items | 61.9 kB | 0 | |
- Add a demo for checking password strength example/readline-pass-strength, , written by @sahib
- [#23], support stdin remapping
- [#27], add a
UniqueEditLinetoConfig, which will erase the editing line after user submited it, usually use in IM. - Add a demo for multiline example/readline-multiline which can submit one SQL by multiple lines.
- Supports performs even stdin/stdout is not a tty.
- Add a new simple apis for single instance, check by here. It need to save history manually if using this api.
- [#28], fixes the history is not working as expected.
- [#33], vim mode now support
c,d,x (delete character),r (replace character)