cherry-picker 0.1.0

A dead simple multi-select propmt for your CLI applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.termion]
version = "2.0.1"

[lib]
name = "picker"
path = "src/lib.rs"

[package]
categories = ["Command-line interface"]
description = "A dead simple multi-select propmt for your CLI applications"
edition = "2021"
keywords = ["cli", "multi-select", "select", "input"]
license = "MIT"
name = "cherry-picker"
repository = "https://github.com/Je12emy/cherry-picker"
version = "0.1.0"