CLI for Send to Kindle
$ brew tap msroz/wax
$ brew intall msroz/wax/kindlify
$ git clone git@github.com:msroz/kindlify.git
$ cd kindlify
$ make install
$ kindlify --file want-to-send-to-kindle.pdf
for more details as:
$ kindlify --help
📚 CLI for Send-to-Kindle 📚
Usage:
kindlify [options]
Options:
-c CONFIG_FILE, --config=CONFIG_FILE
Configuration file path. [type:String] [default:"$HOME/.config/kindlify.yml"]
-f FILE, --file=FILE File to be sent to kindle. [type:String]
--help Show this help.
-v, --version Show version.
TODO: Write development instructions here
- Fork it (https://github.com/your-github-user/kindlify/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
- msroz - creator and maintainer