# Rippr A command line CD ripper written in Ruby. Uses MusicBrainz for metadata lookup and cdparanoia to do the ripping. ## Requirements Rippr requires cdparanoia and libdiscid. Both are available in Homebrew for Mac. ## Installation Install it using: $ gem install rippr ## Usage $ rippr rip ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request