A command line ruby script that will generate collections in your kindle based on the directory structure of your ebooks.
$ gem install KindleCG
After installing the gem you will have access to the command line tool kindlecg.
The kindlecg has just two commands available:
kindlecg check # check if a kindle is attached to the computer
kindlecg generate # generate and save the collections
Just run the kindlecg without any option to show the help.
By default, the commands assume that you are on a mac and the kindle mountpoint is /Volumes/Kindle but you can change that passing the option -m followed by the mountpoint of the kindle on your computer.
The script override your kindle collections but can take a backup that you can manually restore if you pass the -b option. The .bak file will be saved in your kindle device in the system folder.
- Fork it
- 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 new Pull Request