Jugran / lyrics-in-terminal

Python curses application to view lyrics of current playing song in terminal.
MIT License
241 stars 19 forks source link

Add the ability to search and find text in the current track #39

Open sirken opened 1 month ago

sirken commented 1 month ago

Hello, I've enjoyed using your project and find it very useful, thanks for creating it.

One feature I found myself missing was the ability to do a text search to find lyrics instead of visually scrolling to find the location, so I created a basic find function. The keys are similar to the less or vim style search and can be changed via the config. If you're interested in using any of the code, here it is.

In the PR are the following updates:

New find function

Other updates

Regards!