Commit Graph

  • b57eccfd02 add remote mode chzyer 2016-03-13 18:32:48 +0800
  • 14e9df7f3c update changelog v1.2 Cheney 2016-03-05 15:48:58 +0800
  • bd7c8c6fbe release 1.2 Cheney 2016-03-05 15:45:34 +0800
  • 4ae9d7e0fd fix multiline Cheney 2016-03-05 15:27:12 +0800
  • c4ec21b1c6 fix stdin in windows Cheney 2016-03-05 15:27:02 +0800
  • 867002449c refactory Cheney 2016-03-05 10:46:11 +0800
  • e9e6c35b06 Merge pull request #34 from xdamman/patch-1 Chzyer 2016-02-28 10:20:13 +0800
  • f445eb9c9d Added OpenCollective badge and list of backers Xavier Damman 2016-02-26 19:52:05 -0800
  • 44ccc71d92 Merge pull request #33 from chzyer/feature/support_more_vim_feature Chzyer 2016-02-27 10:07:23 +0800
  • f1ecca38cc update readme Cheney 2016-02-24 22:52:02 +0800
  • e967bfcedb #22 support more vim shortcut Cheney 2016-02-24 22:35:22 +0800
  • a0bb3f70e4 Merge pull request #32 from guanqun/add-api-for-set-completion Chzyer 2016-02-23 13:52:35 +0800
  • d45b1ac5fc add a new API to set auto complete Lu Guanqun 2016-02-23 12:29:23 +0800
  • 2978660421 Merge pull request #31 from chzyer/hotfix/fix_search_history Chzyer 2016-02-21 10:18:56 +0800
  • 8e340f3ee8 #30 fixed search history crash Cheney 2016-02-21 10:14:19 +0800
  • 5aaa89df05 Merge pull request #29 from bdarnell/div-by-zero Chzyer 2016-02-19 08:08:26 +0800
  • c3db9c3189 Fix a division by zero on terminals that report 0 width. Ben Darnell 2016-02-18 17:25:32 -0500
  • 8181d5ed14 disable interactive when stdin is not a tty Cheney 2016-02-18 13:08:19 +0800
  • 15e7be4ac2 add new interface and fixed crash if stdout isn't a tty Cheney 2016-02-18 11:25:41 +0800
  • 6368045a0b report error if it save history fail Cheney 2016-02-18 08:41:35 +0800
  • 01066143c6 Merge pull request #28 from chzyer/feature/fix_mass_history Chzyer 2016-02-17 22:38:54 +0800
  • 00e1a8e95a #19 fixed mass history Cheney 2016-02-17 22:20:03 +0800
  • 21acaf90fd fixed crash if stdin is not a tty (pipe) Cheney 2016-02-17 14:08:55 +0800
  • 07485bbd8f update history interfaces. and support DisableAutoSaveHistory Cheney 2016-02-16 16:55:19 +0800
  • d435bdb1ae Merge pull request #27 from chzyer/feature/support_unique_edit_line Chzyer 2016-02-16 08:05:30 +0800
  • a0730873ad #26 support unique edit line Cheney 2016-02-15 10:05:39 +0800
  • 01cffb6cb2 support unique edit line Cheney 2016-02-15 10:03:41 +0800
  • f20f365652 update readme Cheney 2016-02-11 12:21:32 +0800
  • 1aa557f19e fix typo Cheney 2016-01-31 13:54:58 +0800
  • 8853e17195 support dial to remote readline Cheney 2016-01-31 12:18:46 +0800
  • cbab1f1566 Merge pull request #24 from DanCripe/master Chzyer 2016-01-08 00:00:53 +0800
  • 7f88ba2640 Add Tree() method back in. Dan Cripe 2016-01-07 09:54:10 -0600
  • d0e806295b Use refactored code instead of original. Dan Cripe 2016-01-07 09:42:12 -0600
  • e0fe5c6252 Reimplement in a compatible way. Dan Cripe 2016-01-06 18:46:43 -0600
  • f89cf57370 Change implementation drastically. Dan Cripe 2016-01-06 17:39:08 -0600
  • cd2d269a73 Hack to allow dynamic content in autocompletion. Dan Cripe 2016-01-06 15:41:13 -0600
  • 94a70819f4 Merge pull request #23 from lunixbochs/master Chzyer 2015-12-24 15:39:15 +0800
  • 05d3fbcc2a add stdin remapping support Ryan Hileman 2015-12-22 21:39:23 -0800
  • 76dfcd2e50 CI: fix travis Cheney 2015-11-21 11:38:21 +0800
  • c36905cc67 readme: update about examples. Cheney 2015-11-21 11:36:20 +0800
  • 1a0e228994 example: rename demos Cheney 2015-11-21 11:36:09 +0800
  • 6ae0191254 Merge pull request #18 from sahib/master Chzyer 2015-11-20 23:34:49 +0800
  • f1bc3fbc0e Merge branch 'master' of github.com:sahib/readline Chris P 2015-11-20 16:28:42 +0100
  • ccd7589339 example: add pass_strength/pass_strength.go (WTFPL licensed) Chris P 2015-11-20 16:27:55 +0100
  • 09b448ca0b changelog: fix syntax v1.1 Cheney 2015-11-20 23:25:18 +0800
  • fb8cb23199 add changelog Cheney 2015-11-20 23:22:54 +0800
  • c1adc97620 example: improve usage content Cheney 2015-11-20 21:32:53 +0800
  • 839c0013a8 example: update Cheney 2015-11-20 21:00:05 +0800
  • 71e9536f4b add password support Cheney 2015-11-20 20:56:42 +0800
  • ee4d466b62 Merge pull request #17 from michalpristas/master Chzyer 2015-11-20 17:14:10 +0800
  • 4bc3b1f4f4 int63 changed to int32 in order to make readline runnable on arm 32bit devices [terminal.go] Pristáš Michal 2015-11-20 10:09:55 +0100
  • 4dffd60960 example: improve InterruptPrompt Cheney 2015-11-20 11:33:10 +0800
  • 5660cc8cb6 example: change (Ctrl+C), (Ctrl+D) to shell-like Cheney 2015-11-20 11:26:58 +0800
  • db2e5eae91 fix bugs: reset buffer after trigger io.EOF/ErrInterrupt Cheney 2015-11-20 11:25:30 +0800
  • 7a18498f5b treat `Ctrl+D` + EmptyLine = EOF, `Ctrl+C` = ErrInterrupt Cheney 2015-11-19 11:55:07 +0800
  • 9364259fb1 #15: fix prefix completer Cheney 2015-11-14 10:21:55 +0800
  • 5ee706df9b only enter raw mode when calling Readline() Cheney 2015-11-09 11:20:26 +0800
  • e870ba12fd README: update Cheney 2015-11-08 14:23:29 +0800
  • d59da2cf77 refactor excapeExKey Cheney 2015-10-28 09:02:52 +0800
  • 6ba1b6d3f5 Merge pull request #13 from jamesnetherton/fixup-autocomp-example Chzyer 2015-10-28 08:55:28 +0800
  • ffee92f4b7 Merge pull request #12 from michalpristas/add-delete-home-end-support Chzyer 2015-10-28 08:55:01 +0800
  • 46f410607f Correct minor issues with auto complete example James Netherton 2015-10-27 20:26:58 +0000
  • bcc2f0762c reader nil check in escapeExKey Pristáš Michal 2015-10-26 09:45:11 +0100
  • 30303e5637 reader nil check in escapeExKey Pristáš Michal 2015-10-26 09:43:34 +0100
  • 391c225c0b delete redundancy char check moved to escapeExKey method Pristáš Michal 2015-10-26 09:41:48 +0100
  • de44b28597 cleanup Pristáš Michal 2015-10-23 13:19:36 +0200
  • 1c411ac48c changes completed Pristáš Michal 2015-10-23 13:16:45 +0200
  • 77fbb66748 update README Cheney 2015-10-16 09:02:55 +0800
  • 733245997a add doc for import package Cheney 2015-10-16 09:01:31 +0800
  • c73eba9879 readme: add gitter v1.0 Cheney 2015-10-14 11:20:37 +0800
  • 50197e309d move demo gif to branch/assets Cheney 2015-10-09 11:26:59 +0800
  • 50c842fbd8 add asset gifs Cheney 2015-10-09 11:14:38 +0800
  • 86a7212964 add comment Cheney 2015-10-09 11:13:07 +0800
  • aec0cc08d9 fix history rewrite fd close Cheney 2015-10-08 18:14:59 +0800
  • 9f55547f9b fix history rewrite replace origin file Cheney 2015-10-08 18:11:21 +0800
  • d0699b888b Merge branch 'master' of github.com:chzyer/readline Cheney 2015-10-08 17:54:19 +0800
  • 3647bb9124 Merge pull request #10 from buaazp/fix-history-limit Chzyer 2015-10-08 17:48:19 +0800
  • 492f37d9d4 fixed default history limit count error 招牌疯子 2015-10-08 17:43:22 +0800
  • 0f7efea2bc update ignore Cheney 2015-10-04 22:31:32 +0800
  • 7638a04c39 fix compile error Cheney 2015-10-04 21:58:34 +0800
  • 55809b401d add runes package Cheney 2015-10-04 21:56:34 +0800
  • bfa8c1dfdb add history limitation Cheney 2015-10-04 15:23:00 +0800
  • 4dc2ce7141 fixes crash in nil completer #8 Cheney 2015-10-03 14:15:19 +0800
  • e89699832b public Terminal and Operation in Instance Cheney 2015-10-03 14:11:13 +0800
  • d173bd5ae7 update README Cheney 2015-10-02 12:46:27 +0800
  • 86ae077418 update README: add features Cheney 2015-10-02 11:01:54 +0800
  • 38e5213cc8 Merge pull request #7 from chzyer/feature/add_vim_mode Chzyer 2015-10-02 10:59:48 +0800
  • 4d6d6c223f fixes bugs Cheney 2015-10-02 10:58:43 +0800
  • 879224ddc9 refactor Cheney 2015-10-02 10:37:21 +0800
  • 79d1bf27b4 add simple vim mode Cheney 2015-10-01 22:44:43 +0800
  • 390f0ebb6b fix typo Cheney 2015-09-30 16:13:36 +0800
  • 3ccecf626d add readpassword Cheney 2015-09-30 14:16:46 +0800
  • 180b650b65 add windows demo Cheney 2015-09-29 23:57:14 +0800
  • 2dbff40748 Merge pull request #6 from chzyer/feature/support_windows Chzyer 2015-09-29 23:36:46 +0800
  • f517af0910 fixes readme & example Cheney 2015-09-29 23:35:11 +0800
  • bb60b8a58f finish windows support Cheney 2015-09-29 23:28:12 +0800
  • 6eb29567f6 support ANSI escape sequence for windows Cheney 2015-09-29 21:01:17 +0800
  • 9edb463230 add windows api, ansi writer Cheney 2015-09-29 17:49:58 +0800
  • d4826eb059 add ansi writer Cheney 2015-09-29 00:26:49 +0800
  • 03d201ab65 add Ctrl+U Cheney 2015-09-28 11:13:39 +0800