console-rs / dialoguer

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

Select - Let users scroll faster with page-down/up #284

Open francisdb opened 11 months ago

francisdb commented 11 months ago

Feature request

When you have a big list of items it can be tedious to have to scroll through all items. The page up/down keys could be used to scroll faster.

francisdb commented 5 months ago

Looks like this is currently implemented with the arrow left and right keys.