Commit Graph

301 Commits

Author SHA1 Message Date
c-bata
58b39dbb6c Update CHANGELOG 2018-10-21 19:53:03 +09:00
c-bata
6fe109b09d Support sigwinch on Windows with huge changes 2018-10-21 19:53:03 +09:00
c-bata
be11d4dbf8 Refactor renderer logic 2018-10-21 19:44:59 +09:00
c-bata
64ddd38c09 Separate renderer logic 2018-10-21 19:44:20 +09:00
c-bata
d63cc47a8a Use sigio for non-blocking read 2018-10-21 19:35:23 +09:00
c-bata
18873f599c Send pause signal via channel 2018-10-21 19:35:23 +09:00
Nao YONASHIRO
d52dfd0a3f orisano/refactor concurrent processing (#81)
* fix: change WaitGroup Add timing

* refactor: improve context handling
2018-10-21 19:35:23 +09:00
c-bata
7157b5b6b6 Wait until all goroutines are stopped 2018-10-21 19:35:23 +09:00
c-bata
9df5194c95 Separate signalHandler and InputProcessor from Prompt 2018-10-21 19:35:23 +09:00
c-bata
42db104fe7 Use context.Context and Cancel function 2018-10-21 19:35:23 +09:00
c-bata
e03be11d07 Update README of examples and tools 2018-10-21 19:04:26 +09:00
Masashi SHIBATA
57a774d2c6
Add http-prompt example and add README for examples. (#51)
* Add http-prompt example

* Add README for examples

* Add live-prefix description
2018-10-20 22:46:18 +09:00
Masashi SHIBATA
f350bee28f
Merge pull request #106 from c-bata/fuzzy-filter
Add FilterFuzzy
2018-10-20 15:52:21 +09:00
c-bata
76ba1f0da4 Add refactor changes of fuzzy filter 2018-10-20 15:50:53 +09:00
Masashi SHIBATA
dfd47a63f6
Merge pull request #92 from kalafut/master
Add fuzzy match filter
2018-10-20 15:47:01 +09:00
Masashi SHIBATA
80d4fe1cd6
Merge pull request #104 from c-bata/fix-resetting-attributes
Fix resetting attributes
2018-10-20 14:31:31 +09:00
c-bata
c044ba6076 Fix resetting attributes for arch linux 2018-10-20 14:28:43 +09:00
Masashi SHIBATA
a85c58bf12
Merge pull request #85 from aphistic/master
Fix resetting display attributes on VT100 output
2018-10-20 14:26:28 +09:00
c-bata
2218107f1f Fix golint 2018-10-20 13:49:52 +09:00
c-bata
433f2c9b36 Fix a bug when using OptionWriter 2018-10-20 13:14:56 +09:00
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
Jim Kalafut
b194acdaeb Add fuzzy match filter 2018-09-02 21:55:51 -07: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
Erik Davidson
13f52ce1b9 Fix resetting display attributes on VT100 output 2018-07-21 23:09:26 -05: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