fadeevab / cliclack

Beautiful, minimal, opinionated CLI prompts inspired by the Clack NPM package
MIT License
216 stars 15 forks source link

[improvement] Add some pagination to `Select<T>` #79

Open romancitodev opened 2 months ago

romancitodev commented 2 months ago

It would be a good option to add some pagination in Select because maybe you have a list of more than 20 items and it could be chaotic to see what you are selecting.

This is a good example to take reference: image

cylewitruk commented 1 month ago

Check out PR #73

fadeevab commented 1 month ago

@cylewitruk This thing is still relevant! :)

cylewitruk commented 1 month ago

@cylewitruk This thing is still relevant! :)

@fadeevab yeah, just been swamped as of late 😬 If you (or anyone else) have/has the bandwidth feel free to take it on in the meantime 😊

BjornTheProgrammer commented 1 week ago

I've decided to take a shot at it, I made pull request #83, which should fix this issue and is based upon #73.

fadeevab commented 1 week ago

@BjornTheProgrammer Thanks! I just noticed your message. I'll check it later.