Commit Graph

18 Commits

Author SHA1 Message Date
Lutetium-Vanadium
80e6d993b3 remove unnecessary ahash feature 2021-06-27 16:57:38 +05:30
Lutetium-Vanadium
3123937e14 added tests for checkbox
Also made every event type required by generic over any Iterator
2021-06-20 20:46:12 +05:30
Lutetium-Vanadium
37489944a7 added auto_complete for input 2021-05-29 14:52:37 +05:30
Lutetium-Vanadium
20b2c31632 rename to discourse 2021-05-27 21:15:50 +05:30
Lutetium-Vanadium
6dd7007033 remove async 2021-05-25 17:27:51 +05:30
Lutetium-Vanadium
40689dd0ae added examples 2021-05-24 19:49:56 +05:30
Lutetium-Vanadium
0edf503811 fix msrv to include async features 2021-05-12 14:22:51 +05:30
Lutetium-Vanadium
2cc107cffe added questions and prompt_module macros 2021-05-11 18:18:59 +05:30
Lutetium-Vanadium
3835a78f19 move ui to inquisition-ui 2021-05-01 17:42:39 +05:30
Lutetium-Vanadium
3657064185 Remove curses as a possible option for a backend
Curses requires to take control of the full screen. Unlike crossterm or
termion, it doesn't provide tools to only make interactive prompts in
the current screen
2021-04-30 19:19:00 +05:30
Lutetium-Vanadium
176a22b9c0 add termion backend 2021-04-29 20:20:54 +05:30
Lutetium-Vanadium
16f8e3ad52 Extract crossterm into a backend 2021-04-29 13:42:28 +05:30
Lutetium-Vanadium
ad569fd25f async implementation 2021-04-24 14:02:21 +05:30
Lutetium-Vanadium
62aad219ab added ahash under feature flag 2021-04-20 20:46:30 +05:30
Lutetium-Vanadium
cf98ff42ee improved answers and fixed some FIXMEs 2021-04-19 19:04:26 +05:30
Lutetium-Vanadium
818e2b54ee first question impl
There are a lot of things to do, but everything renders well
2021-04-10 17:27:14 +05:30
Lutetium-Vanadium
0866cfb239 Generic ui rendering crate
It provides generic ui elements which can be used to compose the more
complex prompts
2021-04-10 10:56:52 +05:30
Lutetium-Vanadium
0fca4ccc15 initial commit 2021-03-27 18:32:42 +05:30