Skip to content

Rebexter/clyrics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clyrics

An extensible lyrics fetcher, with daemon support for cmus and mocp.

  • Main features include:
    • support for plugins
    • cmus and mocp daemon mode
usage: clyrics [options] [song name]

options:
        -m         : start as a daemon for moc player
        -c         : start as a daemon for cmus player
        -s <int>   : sleep duration between lyrics updates (default: 3)
        -P <dir>   : plugin directory (default: ~/.config/clyrics)

        -d         : activate the debug mode
        -v         : print version and exit
        -h         : print this message and exit

example:
        clyrics -m -s 1         # stars the mocp daemon
        clyrics not afraid      # prints the lyrics for "Eminem - Not Afraid"

About

An extensible lyrics fetcher, with daemon support for cmus and mocp.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 95.8%
  • Other 4.2%