#cursive #tui #cursive-views

cursive-multiple-choice-view

Multiple choice view for Cursive

1 unstable release

new 0.1.0 Feb 16, 2025

#383 in Command-line interface

Download history 68/week @ 2025-02-11

68 downloads per month

MIT license

35KB
648 lines

Cursive Mutliple Choice View

This is a multiple choice view inspired by menuconfig with customizable indicators. The view is largely based on cursive's SelectView.

minimal_example

Usage

For examples of how to use this view see examples folder.

Indicators can be customized with set_choice_indicators() (or with_choice_indicators()).

let multiple_choice_view = MultipleChoiceView::new()
	.with_choice_indicators(["", ""]
	...
);

Dependencies

~7–13MB
~146K SLoC