mikaelmello / inquire

A Rust library for building interactive prompts
https://docs.rs/inquire
MIT License
1.93k stars 76 forks source link

TimeSelect #256

Open alanvardy opened 3 months ago

alanvardy commented 3 months ago

Is your feature request related to a problem? Please describe. I would like to take input from a user in 24hr time, including hours and minutes.

Describe the solution you'd like I would like a picker allowing users to select the hour and minute. Some thoughts:

Describe alternatives you've considered I've experimented with using a select for hour and a select for time, but it was awkward for me.