raitonoberu / sptlrx

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

Allow piping of current line #1

Closed Iss-in closed 2 years ago

Iss-in commented 2 years ago

Hi, first off a great thanks for creating something like this , its really an awesome feature , been looking for something like this since forever.

raitonoberu commented 2 years ago

Hello @Iss-in! v0.2.0 will allow piping. You will be able to use it in polybar like this:

[module/sptlrx]
type = custom/script
exec = sptlrx pipe
tail = true

My goal is to make it scrollable. zscroll doesn't have the option to scroll "tail" scripts, so I'll either make a PR or write my own scrolling mechanism, with blackjack and Go :). But this is postponed until the next release.

Peace.

Iss-in commented 2 years ago

thanks, this worked as expected. Awesome :)