Commit Graph

361 Commits

Author SHA1 Message Date
Masashi SHIBATA
e3082252af
Merge pull request #80 from c-bata/delete-break-lines-from-suggests
Delete break line characters from Suggests
2018-06-24 14:22:59 +09:00
c-bata
e33c41b012 Delete break line characters from Suggests 2018-06-24 14:22:15 +09:00
Masashi SHIBATA
df741236e4
Merge pull request #79 from c-bata/custom-word-separator
Add option to customize insertion points for completions
2018-06-24 04:36:03 +09:00
c-bata
cee38a5378 Update CHANGELOG 2018-06-24 04:35:26 +09:00
c-bata
5f375a2c93 Add FilePathCompletionSeparator 2018-06-24 04:30:37 +09:00
c-bata
d3ef529afd Add option to customize insertion points for completions 2018-06-24 04:30:07 +09:00
c-bata
c704dcd9d4 Refactor truncate string 2018-06-22 17:04:55 +09:00
Masashi SHIBATA
0176058eb0
Merge pull request #78 from c-bata/fix-truncate-issue
Fix a truncate issue
2018-06-22 16:43:57 +09:00
c-bata
e8713db199 Fix a truncate issue 2018-06-22 16:42:00 +09:00
c-bata
4882b61d5d Rearrange example scripts and tools 2018-06-22 03:22:40 +09:00
c-bata
7ce7bbc4df Update CHANGELOG 2018-06-22 01:45:18 +09:00
Masashi SHIBATA
cb806c6f8a
Merge pull request #77 from c-bata/support-multi-width-characters
Support CJK and Cyrillic characters
2018-06-22 01:44:26 +09:00
c-bata
82330a197a Support CJK and Cyrillic characters 2018-06-22 01:11:58 +09:00
c-bata
2b80a3f52c Fix EraseUp 2018-06-21 10:59:02 +09:00
c-bata
9e18c91c6e Refactor project structure 2018-06-21 02:27:27 +09:00
c-bata
318fc682d4 Update CHANGELOG 2018-06-21 01:50:52 +09:00
Masashi SHIBATA
3634f9fe75
Merge pull request #76 from c-bata/refactor-writer
Refactor posix writer and add some display attributes
2018-06-21 01:43:39 +09:00
c-bata
2f58d53a52 Separate VT100 writer 2018-06-21 01:34:12 +09:00
c-bata
de18dfb152 Rename files 2018-06-21 00:55:53 +09:00
c-bata
9e1bcdb9c0 Refactor posix writer 2018-06-21 00:54:43 +09:00
c-bata
b9667240d6 Add CrushedPixel/moshpit 2018-06-11 03:03:23 +09:00
Masashi SHIBATA
df30f172f3
Merge pull request #72 from c-bata/orisano/refactor_document
refactor: use strings.IndexByte and strings.LastIndexByte
2018-06-09 03:39:59 +09:00
Nao YONASHIRO
315d808fc7 refactor: use strings.IndexByte and strings.LastIndexByte 2018-06-09 02:45:30 +09:00
c-bata
c3c2838689 Update CHANGELOG 2018-06-09 00:00:54 +09:00
Masashi SHIBATA
ae619c5ea4
Merge pull request #65 from Chyroc/add-ascii-code-bind-option-and-find-current-word-end
Add ascii code bind option and find current word end
2018-06-08 23:57:47 +09:00
Masashi SHIBATA
2f3ee57cf5
Merge pull request #69 from ktr0731/fix-goroutine-leaks
Fix goroutine leaks
2018-05-18 10:37:44 +09:00
ktr0731
fd5f8304d0 Fix goroutine leaks 2018-05-13 19:34:13 +09:00
Masashi SHIBATA
15992ed45e
Merge pull request #67 from Calinou/improve-readme
Improve grammar and spelling in README
2018-04-16 19:35:10 +09:00
Hugo Locurcio
cba5a44be3
Improve grammar and spelling in README 2018-04-16 12:27:15 +02:00
Chyroc
b7c5314a2a add DeleteWord 2018-04-16 10:34:03 +08:00
Chyroc
9a8da1fa51 add test 2018-04-11 20:55:49 +08:00
Chyroc
8f99fdf709 fix https://github.com/c-bata/go-prompt/issues/63 2018-04-11 20:14:57 +08:00
Chyroc
6a9503cb3a add ascii-code-bind-option-and-find-current-word-end 2018-04-11 20:14:38 +08:00
Masashi SHIBATA
de51277535
Merge pull request #55 from stealthybox/patch-1
Update kubicorn link in README
2018-03-09 10:59:13 +09:00
leigh schrandt
4cb7d54766
Update kubicorn link in README
Hi there!
Found this grepping our deps.
We've moved kubicorn to a new organization :)

Cheers!
Leigh
2018-03-08 17:59:41 -07:00
c-bata
f329ebd240 Update go-tty 2018-02-20 01:15:04 +09:00
c-bata
b884e90bc5 Remove ControlSpace handling 2018-02-19 23:41:34 +09:00
c-bata
f2ee1fd099 Separate handleCompletionKeyBinding 2018-02-19 23:34:45 +09:00
c-bata
134d46302a Separate key binding 2018-02-19 23:32:20 +09:00
c-bata
60a3c0a2b3 Fix misspell error 2018-02-19 23:26:28 +09:00
c-bata
8c7b61cef8 Fix misspell error 2018-02-19 23:16:46 +09:00
Masashi SHIBATA
33684a5d5f
Merge pull request #50 from c-bata/refactor-render
Refactor render.go
2018-02-19 20:20:02 +09:00
c-bata
41714788bd Refactor render.go 2018-02-19 19:56:10 +09:00
c-bata
4194f865a6 Fix ControlL keybind 2018-02-19 19:55:32 +09:00
Masashi SHIBATA
6ef156006c
Merge pull request #49 from c-bata/orisano/fix#48
fix: #48
2018-02-19 16:59:09 +09:00
Nao YONASHIRO
d0c9836e1f fix: #48 2018-02-19 16:50:05 +09:00
c-bata
92ad4eeeb0 Delete unnecessary color setting 2018-02-18 22:31:41 +09:00
Nao YONASHIRO
c6186541a9 feat: improve rendering performance on windows (#47)
* feat: to ignore the codepoint 0

* feat: hide cursor whole rendering phase

* feat: change EraseDown timing

* feat: add sleep

* feat: to async Read on windows

* style: goimports

* refactor: use defer

* feat: remove ignore flush

* chore: remove ignore output
2018-02-18 22:27:59 +09:00
c-bata
4dbd0dc8ff Fix typo 2018-02-18 18:18:42 +09:00
c-bata
4881f5413b Fix a godoc description 2018-02-16 14:48:01 +09:00