console-rs / dialoguer

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

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

Open francisdb opened 1 year ago

francisdb commented 1 year 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 7 months ago

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