tui_selector

Crates.iotui_selector
lib.rstui_selector
version0.1.1
sourcesrc
created_at2023-05-07 16:52:06.726267
updated_at2023-05-21 10:47:50.779786
descriptionsimple TUI list selector
homepagehttps://codeberg.org/gneb000/tui_selector
repositoryhttps://codeberg.org/gneb000/tui_selector
max_upload_size
id859273
size24,513
gneb000 (gneb000)

documentation

https://docs.rs/crate/tui_selector/latest

README

tui_selector

Text based list selector, reads a list from stdin and prints selected items to stdout.

Usage

tui_selector [OPTIONS]

Options

-n, --numbering    Add line numbers
-i, --id-mode      Provide list with format "ID::line\n", output selected IDs (more details below)
-h, --help         Print help
-V, --version      Print version

ID Mode

Provided list has an ID for each line and should be used as output, but not displayed in the selector. Use "::" as delimiter between the ID and the line content, ID goes first (i.e., "ID::line_content").

Commit count: 0

cargo fmt