console-rs / dialoguer

Rust utility library for nice command line prompts and similar things
MIT License
1.33k stars 142 forks source link

Add header and footer on select, fuzzy_select, multi_select and sort #308

Open thomassimmer opened 8 months ago

thomassimmer commented 8 months ago

Hello,

This is an amazing crate. Thank you !

This is for #305 .

FYI, I needed that for this project : https://github.com/thomassimmer/NeoPass

Cheers, Thomas.