Commit Graph

161 Commits

Author SHA1 Message Date
Nao YONASHIRO
63302a5036 feat: implement pagination 2018-02-12 17:40:47 +09:00
c-bata
95fb1dd6f4 Add evans: gRPC client 2018-02-04 12:52:19 +09:00
c-bata
6f833d4a9e Refactor window_size tools 2018-02-03 01:16:25 +09:00
c-bata
3fa18f2545 Refactor tests for history 2017-10-11 12:01:40 +09:00
Masashi SHIBATA
c292a2f4b4 Fix history and add tests 2017-10-10 23:58:20 +09:00
Masashi SHIBATA
eca845d01e Add cch123/asm-cli as a project using go-prompt 2017-10-10 02:41:59 +09:00
Masashi SHIBATA
7d45f72ee2 Add kubicorn which uses go-prompt 2017-10-10 02:17:14 +09:00
Masashi SHIBATA
422cf86720 Add command to check the race condition 2017-10-08 20:58:09 +09:00
Masashi SHIBATA
faffcdaa35 Merge pull request #15 from brettbuddin/read-buffer-race
Fix data race in buffer read
2017-10-08 20:53:20 +09:00
Brett Buddin
4a8c31c50e Fixes #12.
Makes a copy of the bytes we read from stdin and sends those to the
processing goroutine instead of a slice from our scratch buffer. This
avoids sharing the same underlying array data across goroutines.
2017-09-29 21:56:33 -04:00
Masashi SHIBATA
9f21b09785 Add a rancher/cli project which uses go-prompt 2017-09-27 09:29:31 +09:00
Masashi SHIBATA
b25866c42a Merge pull request #13 from Allajah/fix-grammar
Fix grammar mistakes and typos in DEVELOPER_GUIDE
2017-09-20 10:33:57 +09:00
Allajah
a885a4372a Fix grammar and typo in DEVELOPER_GUIDE 2017-09-20 01:33:31 +09:00
Masashi SHIBATA
76a3a211c3 Fix End and Home key mapping 2017-09-17 18:39:29 +09:00
Masashi SHIBATA
43889dc4a6 Fix some key mappings 2017-09-17 18:22:54 +09:00
c-bata
b825471eb8 Fix the cursor position when given accent letters 2017-09-06 03:21:08 +09:00
c-bata
ba23322956 Update example 2017-08-22 18:22:55 +09:00
c-bata
26a62ce99f Stop handling signal when running executor 2017-08-22 00:52:03 +09:00
c-bata
f8cde79229 Add some doc comments 2017-08-22 00:47:15 +09:00
c-bata
a8daf831aa Update my profile 2017-08-18 09:55:22 +09:00
c-bata
ccab29926d Fix Input and Choose 2017-08-18 02:12:13 +09:00
c-bata
6905a01295 Add a comment to some exported functions 2017-08-18 01:40:41 +09:00
c-bata
6b76ff545b Update README 2017-08-18 01:19:21 +09:00
c-bata
5d40e85a6c Add CHANGELOG 2017-08-18 01:17:27 +09:00
Masashi SHIBATA
e48f0d7d00 Merge pull request #7 from b4b4r07/ctrl-l
Clear the screen like Ctrl-l behavior
2017-08-18 01:00:09 +09:00
c-bata
806a649935 Update README 2017-08-18 00:31:15 +09:00
b4b4r07
356d9a8e19 Clear the screen like Ctrl-l behavior 2017-08-17 21:44:07 +09:00
c-bata
92e59775c3 Update Makefile 2017-08-16 18:42:25 +09:00
c-bata
4499cf5e08 Merge pull request #3 from hori-ryota/feature/fix-some-linterr
Fix some lint error
2017-08-16 18:31:44 +09:00
c-bata
3f909c2d2d Merge pull request #4 from b4b4r07/improve-ctrl-w
Imitate general ControlW behavior
2017-08-16 18:30:10 +09:00
b4b4r07
d9cc7150e6 Imitate general ControlW behavior 2017-08-16 18:26:56 +09:00
c-bata
a38e62febe Update README 2017-08-16 16:02:53 +09:00
hori-ryota
fb5dba0e0d Fix some lint error 2017-08-16 13:39:59 +09:00
c-bata
daed321447 Update README 2017-08-16 03:41:04 +09:00
c-bata
50e1a22f2c Update README 2017-08-15 19:02:03 +09:00
c-bata
db70046486 Add badge 2017-08-15 03:36:30 +09:00
c-bata
b5d7d9eae3 Refactor emacs keybind 2017-08-15 01:50:33 +09:00
c-bata
ba4f3458b5 Add tests for bisect 2017-08-15 01:50:21 +09:00
c-bata
bd6a548700 Run fmt 2017-08-15 01:50:04 +09:00
c-bata
71b4010107 Update example 2017-08-15 01:48:07 +09:00
c-bata
88e628532c Update README and Add DEVELOPER_GUIDE 2017-08-15 01:47:46 +09:00
c-bata
81ee67c776 Alter the argument of completer to Document 2017-08-13 16:43:10 +09:00
c-bata
691d64f6f1 Add OptionKeyBindMode 2017-08-13 13:42:40 +09:00
c-bata
c98ec2f0d6 Refactor and fix completing operation 2017-08-13 13:18:56 +09:00
c-bata
62d47c3acf Refactor keybindings 2017-08-13 13:09:45 +09:00
c-bata
6afdbb6a0b Update README 2017-08-12 23:43:35 +09:00
c-bata
3e90ac1b91 Refactor variable names 2017-08-12 18:59:10 +09:00
c-bata
3240009ad5 Refactor and fix bug 2017-08-12 18:55:36 +09:00
c-bata
4c3cbd3c3c Add flush 2017-08-11 18:24:44 +09:00
c-bata
aa686033e9 Add test and fix logger 2017-08-11 01:45:23 +09:00