This is the world's finest and only CLI tool for Guided By Voices lyrics.
Add this line to your application's Gemfile:
gem 'gbv'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gbv
From the command line:
$ gbv Buzzards and Dreadful Crows
The lifeblood - the lighthouse flashing
16 chicks remain on watch
For the wheels to come rolling in
And they do...
Yes they always do
We'd be bored and disappointed if they didn't
Buzzards and dreadful crows
right on the tip of my nose
... snip
Pipe it into your favorite text-to-speech program
$ gbv "hardcore ufo's" | say
- Fork it ( https://github.com/nodanaonlyzuul/gbv/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request