Commit graph

  • da435f8388
    Merge 7f3db7a32b into c2e487d359 諏訪原慶斗 2025-06-21 02:04:22 +09:00
  • 7f3db7a32b fixed #239 keitosuwahara 2025-06-21 02:01:49 +09:00
  • edc9167cf7 Rename module to github.com/OrangeMourita/promptui OrangeMourita 2025-03-07 00:49:16 +01:00
  • e70dce7038 Rename module to github.com/OrangeMourita/promptui OrangeMourita 2025-03-07 00:49:16 +01:00
  • cc49450aeb Add suport for hiding select with add label mourita 2025-03-06 23:19:33 +01:00
  • 2b8c78aa37 Add support for hiding select label mourita 2025-03-06 22:14:00 +01:00
  • 7ce7f62d30
    Merge 70661d6eb9 into c2e487d359 Jason N. White 2025-01-01 11:03:40 -05:00
  • 70661d6eb9
    Update LICENSE.md, fix license year JasonnnW3000 2025-01-01 11:03:32 -05:00
  • a41b0c2460 feat: implenment multidimselect template & complete multidimselect unit test lemotw 2024-11-04 17:24:57 +08:00
  • da3047e99a feat: implentment enter callback check & change package to lemotw namespace lemotw 2024-11-02 17:50:54 +08:00
  • 2b1320683f feat: implenment multidimselect component lemotw 2024-11-01 17:50:28 +08:00
  • d212913443 feat: implenment multi list structure lemotw 2024-10-25 19:08:41 +08:00
  • 1a48fe541d feat: change Run return type to interface{} for greater flexibility lemotw 2024-09-28 22:22:12 +08:00
  • 87e8966550
    Update select.go Mat Weaver 2024-09-10 00:31:18 -04:00
  • fbd8fbdbf7
    Update select.go Mat Weaver 2024-09-10 00:30:16 -04:00
  • dc3d673541
    removed added style changes for select.go Mat Weaver 2024-09-10 00:29:26 -04:00
  • 4c52e87326 readline has an issue where close isn't actually getting closed before we move on. There are a few io.loops that are getting hit that we have to wait to close. The real solution is to implement a channel close or waitgroup in the readline library but this is a good alternitive Mat Weaver 2024-09-10 00:24:58 -04:00
  • c52ed04580 beta: multi_select; search and some other features wont' work Srigovind 2024-08-01 08:23:56 -04:00
  • 03c7c87569
    add code coverage token Srigovind Nayak 2024-07-06 17:37:35 +05:30
  • 18a411e451
    cicd: add github action to do linting and unit testing Srigovind Nayak 2024-07-06 17:18:24 +05:30
  • f30db45a4a
    Merge pull request #2 from konidev20/dependabot/go_modules/go_modules-022aae0a00 Srigovind Nayak 2024-07-06 15:04:43 +05:30
  • 39206db6d1
    Create dependabot.yml Srigovind Nayak 2024-07-06 15:02:50 +05:30
  • 58aa893bca
    Bump golang.org/x/sys in the go_modules group across 1 directory dependabot[bot] 2024-07-06 09:32:44 +00:00
  • d4856cd608
    Create codeql.yml Srigovind Nayak 2024-06-25 18:50:23 +05:30
  • 36e3fefc3f
    Merge pull request #1 from konidev20/1lann/fix-race-condition Srigovind Nayak 2024-06-25 00:08:02 +05:30
  • a9a1ee76fc
    fix: fix race conditions Jason Chu 2020-12-31 11:02:44 -08:00
  • bc6d0bfe99
    fix: incorrect fix for windows prompts Srigovind Nayak 2024-06-24 23:57:41 +05:30
  • 87cba017c1 gofmt: change package paths Srigovind 2024-06-22 04:31:37 -04:00
  • 43e7d5c296
    fix: windows prompts appearing twice Srigovind Nayak 2024-06-22 13:52:14 +05:30
  • 05d798a3d5
    Housekeeping updates Milad Irannejad 2024-04-20 15:57:41 -04:00
  • 982f90abaa move to fork Bas van Beek 2023-09-30 13:44:27 +02:00
  • 1b402557a0 move to fork Bas van Beek 2023-09-30 13:43:05 +02:00
  • a86a164d57
    Merge 5317b06095 into c2e487d359 Alireza Mosavi 2023-08-05 17:42:03 +00:00
  • 5317b06095 validation Alireza17224 2023-08-05 21:11:36 +03:30
  • e2dce7682f Write default value feature for select Alireza17224 2023-08-05 20:59:27 +03:30
  • 060993a320
    Merge 84b20fcc38 into c2e487d359 Omar Rafat 2023-07-20 10:57:55 +03:00
  • 84b20fcc38 Added 'q' as a key to cancel the select prompt. Omar Rafat 2023-07-20 10:41:24 +03:00
  • a36f370222
    Merge 30976b028d into c2e487d359 LuciferInLove 2023-06-14 21:10:14 +00:00
  • 30976b028d
    remove ExitValue LuciferInLove 2023-06-14 23:09:56 +02:00
  • 268a0ead47
    interrupt error on exit LuciferInLove 2023-06-09 22:59:38 +02:00
  • 9e6abbc2cc
    Merge branch 'manifoldco:master' into master LuciferInLove 2023-06-09 19:07:10 +02:00
  • bcd11c8d12
    Merge e3b2078246 into c2e487d359 Giuliano Panzironi 2023-04-12 22:47:59 +00:00
  • e3b2078246 Fix issue #81: do not return err if 'n' is chosen in confirm prompt giuliano 2023-04-13 00:10:56 +02:00
  • 65616b4431
    Merge 45be600477 into c2e487d359 charliecruzan-stripe 2023-03-09 01:10:35 +00:00
  • 45be600477
    fix: end readline listener immediately if interrupt character is received charliecruzan-stripe 2023-03-08 16:58:02 -08:00
  • 2586d82967 remove ? and string at top duck 2023-02-01 12:40:19 -08:00
  • 3aacb9c342
    do not leave line wrapping disabled Tyler Gillson 2023-01-24 15:16:53 -08:00
  • 3f8182f3ed
    copy 33d9dc105f Tyler Gillson 2023-01-24 14:58:13 -08:00
  • c67efdd3a9
    Add files via upload Ismet098 2022-12-14 15:12:10 +01:00
  • 83680a37e2
    Merge 8bcc42a6b9 into c2e487d359 Jason Chu 2022-07-08 15:27:53 -07:00
  • 8bcc42a6b9 fix: fix race conditions Jason Chu 2020-12-31 11:02:44 -08:00
  • 111ca4ee36
    Merge fe472ed6fd into c2e487d359 Karanveer Singh 2022-03-26 17:31:21 +00:00
  • fe472ed6fd
    Typo fix in comment Karanveer Singh 2022-03-26 13:31:01 -04:00
  • 27d0e04989
    Merge pull request #1 from livio-a/patch-2 Jakob 2021-11-19 11:23:36 +01:00
  • 903c47f00e
    Release 0.10.0 Milad Irannejad 2021-11-18 16:11:39 -05:00
  • 2bd5baa36d
    Fix race conditions in prompt and select (#2) Milad 2021-11-18 12:51:00 -05:00
  • 5ad8fd4b2c
    Fix race conditions in select.go Milad Irannejad 2021-11-18 12:41:42 -05:00
  • 8deb441854
    Fix race conditions in prompt.go Milad Irannejad 2021-11-18 12:41:26 -05:00
  • b34a7070d2
    Code refactoring Milad Irannejad 2021-11-17 17:19:23 -05:00
  • e41fdd5183
    fix linting Livio Amstutz 2021-11-17 20:10:00 +01:00
  • eb2bb8f469
    Housekeeping 🧹 (#1) Milad 2021-11-17 12:06:26 -05:00
  • ed15be5794
    Housekeeping 🧹 Milad Irannejad 2021-11-17 12:03:40 -05:00
  • 8d4d479204 Allow customize the select output of SelectWithAdd minchao 2021-11-02 20:38:52 +08:00
  • 8d7d8c436d
    Merge e10fe0ddc4 into c2e487d359 James Bowes 2021-10-30 12:20:58 -03:00
  • e10fe0ddc4 Switch from travis to github actions go-116 James Bowes 2021-10-30 12:20:44 -03:00
  • 5e1a6df815 Update go support to 1.16 and 1.17 James Bowes 2021-10-30 12:15:43 -03:00
  • 07bd5d0dd7
    Merge 89e65cfa18 into c2e487d359 Andy Hume 2021-10-30 20:10:26 +05:30
  • c62ef6e24b
    Merge 5084078ad6 into c2e487d359 ccinn 2021-10-30 20:10:26 +05:30
  • 9cc6fa2810
    Merge d07aa03b52 into c2e487d359 Mohamed El Bahja 2021-10-30 20:10:25 +05:30
  • 6bbe10ccf3
    Merge 21f8c90c41 into c2e487d359 Daniel Roux 2021-10-30 20:10:25 +05:30
  • 95d3151456
    Merge 2ecf07e419 into c2e487d359 Giulio Bosco 2021-10-30 20:10:25 +05:30
  • a2748d158c
    Merge 6fed63df0f into c2e487d359 Wojciech Trocki 2021-10-30 20:10:25 +05:30
  • f569b54676
    Merge fc117e39d3 into c2e487d359 André Eriksson 2021-10-30 20:10:25 +05:30
  • c2e487d359 Release v0.9.0 master v0.9.0 James Bowes 2021-10-30 08:01:18 -03:00
  • cbf8682787
    Merge pull request #181 from nguyer/master James Bowes 2021-10-30 07:55:54 -03:00
  • 49d15769d4
    add Stdout and Stdin parameters to SelectWithAdd, resolves #187 George Dobrovolsky 2021-07-09 13:12:44 +03:00
  • aa44bcf731
    Merge ee6c764989 into 981a3cab68 chabbimilind 2021-06-21 22:11:40 -03:00
  • ee6c764989 Fix data race in prompt and select. Milind Chabbi 2021-06-21 18:07:36 -07:00
  • 5084078ad6 Add cobra examples whiteCcinn 2021-05-21 11:23:29 +08:00
  • 3f68983f2f Add cobra examples whiteCcinn 2021-05-21 11:22:18 +08:00
  • 70ccd47097 Remove ansiterm to avoid LGPL dependency Nicko Guyer 2021-05-17 09:28:06 -04:00
  • 6fed63df0f
    Update ShowQuestion.go Wojciech Trocki 2021-04-27 04:43:19 +01:00
  • 612afb634c
    Update ShowQuestion.go Wojciech Trocki 2021-04-27 04:42:51 +01:00
  • 6bed020a08
    Add an option to prefill the search field of select Jakob 2021-04-21 14:21:50 +02:00
  • fc117e39d3 Don't show error prompt until user inputs something André Eriksson 2021-03-01 17:54:37 +01:00
  • b261472d6e
    fix: swap argument Wojtek Trocki 2020-11-26 11:28:56 +00:00
  • 85cd6ca588
    feat: Add show question example Wojtek Trocki 2020-11-26 11:28:20 +00:00
  • 2ecf07e419
    fix README.md - GoDoc Link Giulio Bosco 2020-11-24 15:25:46 +01:00
  • 89e65cfa18 exploring multiselect possibilities Andy Hume 2020-11-22 15:29:35 +00:00
  • f4eab77500 Provide a 'true' password prompt by hiding the amount of characters entered Jeroen van Erp 2020-10-22 11:03:11 +02:00
  • 992407ea42
    Add Multiselect capability (#1) Aubrey Dean 2020-10-18 19:31:48 +01:00
  • 3c56e251b6
    Support delete key without prematurely sending EOF Aaron Oman 2020-10-14 17:07:30 -07:00
  • 3398ab7c53
    Update promptui to v0.8.0 LuciferInLove 2020-10-03 14:32:08 +03:00
  • 981a3cab68 Update changelog for v0.8.0 v0.8.0 James Bowes 2020-09-28 10:39:37 -03:00
  • 43f74af14a
    Merge pull request #133 from Wotzhs/master James Bowes 2020-09-28 09:39:46 -03:00
  • 5c051320c5
    Merge pull request #145 from bdwyertech/bdwyertech James Bowes 2020-09-28 09:39:07 -03:00
  • fd5822cb85
    Merge branch 'master' into bdwyertech James Bowes 2020-09-28 09:37:06 -03:00
  • 0ce406edb7
    Merge pull request #151 from yskopets/feature/add-prompt-hide-entered-flag James Bowes 2020-09-28 09:34:51 -03:00
  • ff07e3d5c2
    Merge pull request #147 from jamesdobson/master James Bowes 2020-09-28 09:34:12 -03:00
  • 85345fc7c3
    Merge pull request #135 from micnncim/add-ctrl-h-support James Bowes 2020-09-28 09:33:25 -03:00