Commit Graph

279 Commits

Author SHA1 Message Date
Masashi SHIBATA
15a5ff0630
Merge pull request #98 from rhysd/patch-1
Add godoc badge to README [skip ci]
2018-10-18 17:25:07 +09:00
Linda_pp
ba01783bc2
Add godoc badge to README [skip ci] 2018-10-18 17:19:14 +09:00
Masashi SHIBATA
09daf6ae57
Merge pull request #97 from c-bata/modify-flush-in-writer
Modify flush in writer
2018-10-18 02:00:19 +09:00
c-bata
cd2b4dd322 Retry syscall.Write in Flush 2018-10-18 01:58:55 +09:00
c-bata
b1e823dbd5 Modify Flush func in PosixWriter 2018-10-16 19:11:54 +09:00
c-bata
f18d04e87b Update README 2018-08-26 20:31:53 +09:00
Masashi SHIBATA
fab3bf239c
Merge pull request #86 from opencollective/opencollective
Activating Open Collective
2018-08-26 20:19:46 +09:00
Masashi SHIBATA
846777c1ac
Merge pull request #89 from bcicen/reopen-stdin
use fresh /dev/tty fd for stdin in input parser
2018-08-26 20:15:02 +09:00
Bradley Cicenas
ab75e116e1 use fresh /dev/tty fd for stdin in input parser 2018-08-12 21:36:13 +00:00
Jess
013b63b7a9 Added backers and sponsors on the README 2018-07-22 11:14:48 -07:00
c-bata
aa7dc8bfd5 Started getting support by opencollective 2018-07-11 02:49:15 +09:00
c-bata
3d23adab60 Fix CHANGELOG 2018-06-29 01:55:04 +09:00
Masashi SHIBATA
c52492ff1b
Update CHANGELOG for v0.2.2 release. (#84) 2018-06-28 22:06:28 +09:00
c-bata
536e34532a Fix FilePathCompleter 2018-06-24 18:14:16 +09:00
c-bata
d360b4d498 Refactor FilePathCompleter 2018-06-24 18:08:06 +09:00
c-bata
f119db91a1 Revert "Move suggest filters to github.com/c-bata/filter package"
This reverts commit 2c70a30e59c0ef3316d49f5ba2df9ea6100a185d.
2018-06-24 14:48:26 +09:00
c-bata
2c70a30e59 Move suggest filters to github.com/c-bata/filter package 2018-06-24 14:42:55 +09:00
c-bata
1412dcf67f Update ISSUE_TEMPLATE 2018-06-24 14:28:26 +09:00
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