Heron is a media sorting library (similar to dewey) that follows my own organizational conventions. It is primarily useful for people who want to store media in a fashion that is easily navigable through the folder structure and where each file should be identifiable after the fact.
$ gem install heron
I haven't worked this out yet. Watch this repository for updates.
- 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