raitonoberu / sptlrx

Synchronized lyrics in your terminal
MIT License
354 stars 14 forks source link

Improved codebase. Customization & piping. #7

Closed raitonoberu closed 2 years ago

raitonoberu commented 2 years ago

This PR contains a lot of changes!

  1. Switch to coral, a lightweight alternative to cobra. Using the CLI framework allows us to add useful flags, fancy help and much more.
  2. Customization (closes #4). Now you can use different styles for lines. Read more in the README.
  3. Code refactoring. Now we use a separate goroutine to retrieve song lyrics and update index. ui.go no longer contains any business logic
  4. Piping (closes #1) . Now you can use sptlrx with any status bar to show song lyrics in it.