IngoMeyer441 / simple-term-menu

A Python package which creates simple interactive menus on the command line.
MIT License
492 stars 43 forks source link

Feature Request: pagination? #63

Open markfaine opened 2 years ago

markfaine commented 2 years ago

I'm looking for pagination, or something similar to that. I am pulling mongo docs into a menu and I'd like to also preview them but there are usually a lot of them and the search is great but I can already hear the users of the script saying that they want to be able to browse through them without scrolling forever and that they can only see x because of the preview window. Is there some way, or could there be a way that I can show a few and then with a key press show the next few, maybe also be able to go back to previous page, etc. I might be able to code it into the script myself but it seems difficult and time consuming and would probably result in a convoluted menu.

IngoMeyer441 commented 1 year ago

I think this is related to issue #31. Does the scrolling feature already fix this issue?