This is just a trivial CLI wrapper to the Differ API. I wrote it for me, tailored to my needs.
When the gem installs, it installs a bin called 'differ'. Use --help to see some available options. Have fun.
$ differ --help
$ differ "something change" "something changed here"This is a ruby gem but I'm not pushing it to rubygems.org b/c it is so customized for what I need. To install, just clone the repo and run 'rake install'
$ git clone
$ rake install- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request