Faster navigation
See original GitHub issueHi,
I’m a big fan of simple-term-menu. It finally made me rewrite dozens of shell script to pure python and make it easy to use for the whole team 😃 However, as the number of items grow, it would be great to navigate/filter the items by typing sub-string. Either prefix or a general substring (case insensitive).
Imagine menu like this:
> Test everything
Test project_a
Test project_b
Test project_c
Test project_d
Show outdated dependencies
Update dependencies
Cleanup build residues
ML model training
ML model evaluation
It would be great to type clean and have the Cleanup build residues
item either or filtered everything else out.
What do you think?
Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
5 ChromeOS tips for faster navigation and a more efficient ...
5 ChromeOS tips for faster navigation and a more efficient experience · 1. Enable Tap to Click · 2. Use touchpad gestures ·...
Read more >Command Line Tools for Faster File System Navigation
Having a faster way to navigate the filesystem can definitely improve our productivity. In this article let's explore the possible options we have....
Read more >Navigation Features That Will Make You Faster
Learn some of the most efficient ways to navigate your source code, project files, and IDE settings.
Read more >Fast Navigation - Blackbaud
Looking for a shortcut? Below the navigation bar, first click any empty place on the screen. To open the Fast Navigation screen using...
Read more >Faster Navigation : r/unrealengine - Reddit
Hey there~ How can I increase the speed of the navigation? Like, when using the mouse wheel or moving with the mouse.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@pepastach Does the search feature also work well for you?
After updating to v0.10.0 pass
show_search_hint=True
to theTerminalMenu
constructor to show a search hint at the bottom / search line. See also #8.