Commit Graph

21 Commits

Author SHA1 Message Date
Timo Reymann
4c1250fac0 chore: Add shellcheck ignores for checks that fail due to stdin change 2024-08-22 16:38:42 +02:00
Timo Reymann
a80a3557e4 feat(#31): Read from tty device instead of stdin 2024-08-22 16:38:42 +02:00
Swastik Sarkar
8b760d13ba feat: Introduce basic vim bindings in prompts (#28)
Signed-off-by: sswastik02 <40518186+sswastik02@users.noreply.github.com>
2024-06-13 10:17:55 +02:00
Geoff Lee
b7347175fe fix(platform_helper): Fix get_opener MacOS detection (#21) 2023-12-08 09:30:05 +01:00
Timo Reymann
b0f528ff16 feat(#17): Add range input (#18)
* feat(#17): Add first version of range

- Tested on MacOS, GNU bash 3.2.57

* docs(#17): Extend documentation
2023-09-14 17:26:18 +02:00
Timo Reymann
23f8d42898 fix: Fix input color code 2023-02-17 14:09:17 +01:00
Timo Reymann
b2ba0377b7 merge: Merge main 2023-02-17 13:05:01 +01:00
Timo Reymann
619fcbc717 chore: Fix shellcheck warnings 2023-02-17 12:59:01 +01:00
Timo Reymann
9fa16c8295 fix: Full compability on macos (#2)
* fix: Make first macos select work

* fix: Inline emjoys
2023-02-17 12:50:24 +01:00
Timo Reymann
7f931855a5 fix: Fix select after refactor 2023-02-17 12:44:41 +01:00
Timo Reymann
f6a6e91d2f feat: Add platform helpers 2023-02-17 10:32:12 +01:00
Timo Reymann
6d8aad022e fix: Fix color formatting for success and error messages 2023-02-16 12:27:35 +01:00
Timo Reymann
3b02fbb911 feat: Improve performance for empty line print for larger lists 2023-02-16 12:18:39 +01:00
Timo Reymann
042f01bd0b fix: Fix empty line for checkbox and list prompt 2023-02-16 11:56:03 +01:00
Timo Reymann
717bb546a0 fix: Add missing new line for select 2023-02-15 19:54:22 +01:00
Timo Reymann
391c0e2a96 fix: Fix line break in list result 2023-02-15 19:33:21 +01:00
Timo Reymann
dd3f163e27 fix: Fix empty lines for switch and checkbox 2023-02-15 18:49:27 +01:00
Timo Reymann
294cfb1b58 docs: Add examples to documentation 2023-02-15 18:12:31 +01:00
Timo Reymann
da13b88d3a ci: Add initial pipeline 2023-02-15 13:32:52 +01:00
Timo Reymann
3744a220f1 chore: Add build 2023-02-15 13:25:16 +01:00
Timo Reymann
762ae97a36 feat: Add first modules
This adds the first modules blocks from the initial proof of concept, with basic docs.
Currently missing is bundling and usage instructions
2023-02-15 00:19:14 +01:00