Commit Graph

38 Commits

Author SHA1 Message Date
David Garaña
25ab56b982 Fix http-prompt example (no exit)
Implement the exit function on the http-prompt example.
2019-06-28 12:28:00 +02:00
c-bata
0a8f4fb285 Migrate to go modules 2019-02-23 03:25:51 +09:00
Masashi SHIBATA
b47e013727
Update .travis.yml (#114)
* Update .travis.yml

* Add build.sh for examples

* Update goimports

* update travis.yml
2018-12-09 20:42:33 +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
c-bata
4882b61d5d Rearrange example scripts and tools 2018-06-22 03:22:40 +09:00
c-bata
82330a197a Support CJK and Cyrillic characters 2018-06-22 01:11:58 +09:00
c-bata
d987c55cca Remove DEVELOPER_GUIDE and Update README 2018-02-14 22:56:34 +09:00
c-bata
60d120f7b3 Run goimports 2018-02-13 23:42:52 +09:00
Allajah
e15ebadefe Support updating the prefix dynamiacally (#30)
* Make possible to change the prefix dynamically

* Add an example for using live-prefix

* Apply live-prefix if it's enabled

* Fix: rendering issue happened when the prefix is empty string Close #27

* Fix the title of propmt

* Remove an excessive blank line

* Refactor: Call `*Render.getCurrentPrefix()` in renderPrefix()
2018-02-12 20:00:48 +09:00
c-bata
ba23322956 Update example 2017-08-22 18:22:55 +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
6afdbb6a0b Update README 2017-08-12 23:43:35 +09:00
c-bata
0194c52454 Add prompt.Input and prompt.Choose 2017-08-10 01:06:42 +09:00
c-bata
6a6ddef913 Fix EAGAIN error 2017-08-09 14:04:10 +09:00
c-bata
b53127c970 Rename package 2017-08-08 00:19:51 +09:00
c-bata
17282c599f Set nonblocking mode 2017-08-07 20:07:02 +09:00
c-bata
ad17465489 Remove output options 2017-08-06 15:31:44 +09:00
c-bata
bdc32514f8 Rename Completion to Suggest 2017-08-04 20:30:50 +09:00
c-bata
fbc5f10547 Cancel context with ControlC 2017-08-04 16:23:18 +09:00
c-bata
aff10bde1f Use context and add some refactoring 2017-07-24 00:35:50 +09:00
c-bata
256b0757ae Remove break line when display result 2017-07-19 00:44:35 +09:00
c-bata
11deac9d5d Rename Suggestion with Completion 2017-07-19 00:38:08 +09:00
c-bata
2e1d7d8eb0 Complete with description 2017-07-19 00:36:16 +09:00
c-bata
c7333f7c05 Add Suggestion struct with Description 2017-07-18 23:28:54 +09:00
c-bata
f5cfbae4be Update example 2017-07-18 05:34:52 +09:00
c-bata
d916343aba Run goimports 2017-07-18 02:01:24 +09:00
c-bata
1911969a1d Update prompt-options image 2017-07-18 01:39:14 +09:00
c-bata
76dfd8203a Update completer and executor interface 2017-07-18 01:39:14 +09:00
c-bata
97b6cde43a Add echo prompt example 2017-07-17 15:58:28 +09:00
c-bata
2921adafb3 Add tools 2017-07-17 03:53:23 +09:00
c-bata
8a8256ebd1 Fix test 2017-07-16 17:24:50 +09:00
c-bata
7ba2a9f9fe Add VT100 Output helper 2017-07-07 03:26:47 +09:00
c-bata
364496bc90 Add VT100 input parser 2017-07-07 00:59:59 +09:00
c-bata
99d4477e71 Update get win size 2017-07-04 02:33:28 +09:00
c-bata
b2b328e00d Add examples 2017-07-04 00:53:21 +09:00