lisp-project-of-the-day
lisp-project-of-the-day copied to clipboard
lyrics
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
It looks good. However I'd made a separate system lyrics-cli and move dependency on replic there.