lisp-project-of-the-day icon indicating copy to clipboard operation
lisp-project-of-the-day copied to clipboard

lyrics

Open utterances-bot opened this issue 5 years ago • 3 comments

lyrics

https://40ants.com/lisp-project-of-the-day/2020/08/0165-lyrics.html

utterances-bot avatar Aug 19 '20 20:08 utterances-bot

I made a version for the terminal :) https://github.com/vindarel/lyrics-cli Building the binary gives a readline prompt with three commands:

  • lyrics
  • search-song
  • help

Actually I made it to proof-test my replic package, which creates the readline "repl" and the command out of existing functions for us. The PR was short: https://github.com/mihaiolteanu/lyrics/pull/1/files

vindarel avatar Aug 19 '20 20:08 vindarel

It looks good. However I'd made a separate system lyrics-cli and move dependency on replic there.

svetlyak40wt avatar Aug 20 '20 07:08 svetlyak40wt