Commit graph

146 commits

Author SHA1 Message Date
James Bowes
c2e487d359 Release v0.9.0 v0.9.0 2021-10-30 08:01:18 -03:00
James Bowes
cbf8682787
Merge pull request #181 from nguyer/master
Remove LGPLv3 Dependency
2021-10-30 07:55:54 -03:00
Nicko Guyer
70ccd47097 Remove ansiterm to avoid LGPL dependency 2021-05-17 09:28:06 -04:00
James Bowes
981a3cab68 Update changelog for v0.8.0 v0.8.0 2020-09-28 10:39:37 -03:00
James Bowes
43f74af14a
Merge pull request #133 from Wotzhs/master
masking input with empty rune to not increment the cursor position
2020-09-28 09:39:46 -03:00
James Bowes
5c051320c5
Merge pull request #145 from bdwyertech/bdwyertech
Use the same keycodes cross-platform
2020-09-28 09:39:07 -03:00
James Bowes
fd5822cb85
Merge branch 'master' into bdwyertech 2020-09-28 09:37:06 -03:00
James Bowes
0ce406edb7
Merge pull request #151 from yskopets/feature/add-prompt-hide-entered-flag
prompt: add `HideEntered` flag
2020-09-28 09:34:51 -03:00
James Bowes
ff07e3d5c2
Merge pull request #147 from jamesdobson/master
Fixed echo of cursor after input is finished. (fixes #117)
2020-09-28 09:34:12 -03:00
James Bowes
85345fc7c3
Merge pull request #135 from micnncim/add-ctrl-h-support
Add Ctrl-H support to delete input text
2020-09-28 09:33:25 -03:00
Yaroslav Skopets
361491009c prompt: add HideEntered flag 2020-04-30 01:09:02 +02:00
jamesdobson
c2f558aa8a Fixed echo of cursor after input is finished. (fixes #117)
Based on: https://github.com/manifoldco/promptui/pull/118 by github.com/richardmcsong,
taking only the changes required to fix issue #117.
2020-04-18 13:48:07 -04:00
Brian Dwyer
9d0836213a
Readline now correctly triggers arrow keys on Windows
Signed-off-by: Brian Dwyer <Brian.Dwyer@broadridge.com>
2020-04-14 16:21:54 -04:00
micnncim
289685b654 Add Ctrl-H support to delete input text 2020-02-05 01:56:16 +09:00
James Bowes
e15db71081 Update changelog for v0.7.0 v0.7.0 2020-01-11 14:23:46 -04:00
James Bowes
006975efdd
Merge pull request #134 from manifoldco/drop-go-111
Remove support for go1.11
2020-01-11 13:57:42 -04:00
James Bowes
c9f581c6b0 Remove support for go1.11 2020-01-11 10:27:25 -04:00
James Bowes
71ecd23daf Merge branch 'gssbzn-golangci' 2020-01-11 10:18:53 -04:00
James Bowes
1b1eeb9cae Merge branch 'golangci' of github.com:gssbzn/promptui into gssbzn-golangci 2020-01-11 10:18:34 -04:00
James Bowes
7064ee8158 Update changelog for initial cursor position 2020-01-11 09:48:59 -04:00
James Bowes
40a6352d83
Merge pull request #131 from royeo/master
Support setting the initial position of the cursor
2020-01-11 09:48:20 -04:00
James Bowes
b70f4664c0 Update changelog for tool dep fixes 2020-01-11 09:43:31 -04:00
James Bowes
6fa31d0b57
Merge pull request #132 from Songmu/tools
separate out 'tools' package to reduce 'promptui' package's dependency
2020-01-11 09:31:17 -04:00
James Bowes
820c756334 Update changelog for configurable stdio on prompt 2020-01-11 09:21:07 -04:00
James Bowes
3e209d236a
Merge pull request #125 from preethamrn/custom-stdio
Set custom stdio for Prompt
2020-01-11 09:19:22 -04:00
Songmu
bb27851620 make vendor 2020-01-09 01:46:16 +09:00
royeo
bc81102ff7 Support setting the initial position of the cursor 2020-01-06 09:53:36 +08:00
Preetham Narayanareddy
3a69e6b8b8 Set custom stdio for Prompt
Instead of using the default os.Stdin and os.Stdout, allow users to configure their own values
2020-01-02 11:22:19 -08:00
Sean Wong
ad237b6669
master: masking input with empty rune to not increment the cursor position to prevent the input length being revealed 2019-12-31 19:14:41 +08:00
Songmu
e8be38f09e fix comment 2019-12-29 19:28:53 +09:00
Songmu
f3755cec43 separate out tools 'package' to reduce 'promptui' package's dependency 2019-12-29 18:03:20 +09:00
Gustavo Bazan
bbfb055953
Improve lint installation 2019-12-06 12:34:32 +01:00
Gustavo Bazan
5b51c71d89
Update .travis.yml 2019-12-06 12:24:12 +01:00
Gustavo Bazan
6a72acaaad
Remove gometalinter and add golangci-lint 2019-12-06 10:16:50 +01:00
James Bowes
8fa33dbbc1 update changelog for v0.6.0 v0.6.0 2019-11-29 19:23:22 -04:00
James Bowes
fa0cf95d35
Merge pull request #124 from manifoldco/fix-go-i18n-dep
Fix our dep on go-i18n
2019-11-29 19:19:57 -04:00
James Bowes
f52e82f559 Fix our dep on go-i18n
closes #123
2019-11-29 19:11:43 -04:00
Dan Enman
8a7d4725e7
Make stdio configurable (#112)
Make stdio configurable
2019-11-29 16:02:48 -04:00
James Bowes
cb50f5dde3 Update changelog for v0.5.0 release v0.5.0 2019-11-29 09:27:02 -04:00
James Bowes
826eb963b3 Update changelog for go 1.13 2019-11-29 09:19:27 -04:00
James Bowes
b20aa82f79
Merge pull request #113 from chenrui333/go-1.13
Update to golang v1.13
2019-11-29 09:18:19 -04:00
James Bowes
22c26219f8
Merge branch 'master' into go-1.13 2019-11-29 09:08:48 -04:00
James Bowes
d68972b1da
Merge pull request #121 from manifoldco/drop-non-mod-gos
Remove support for Go versions that don't have modules
2019-11-29 09:05:40 -04:00
James Bowes
62f80d798f Remove support for Go versions that don't have modules 2019-11-29 08:57:48 -04:00
Rui Chen
acadcf8c2a Add more golang versions for build 2019-11-02 20:25:27 -04:00
Rui Chen
2bc7e7fe91 Update to golang v1.13 2019-10-02 23:54:04 -04:00
Jonas Stendahl
868166a19a
CS fixes 2019-09-24 00:13:10 +02:00
Jonas Stendahl
fc2421f526
Allow readline to set defaults 2019-09-23 00:07:19 +02:00
Jonas Stendahl
922ff94dbd
Set custom stdio 2019-09-22 21:42:44 +02:00
Trevor Slocum
748542ed5f Allow search prompt to be customized (#106) 2019-07-09 09:10:57 -03:00