kindlify

Version, currently 0.0.11 version
  • 0.0.1latestJul 26, 2019

github.com/msroz/kindlify

πŸ“šCLI for sending files to Kindle via gmail

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kindlify:
    github: msroz/kindlify
    version: ~> 0.0.1

Then run:

shards install

shard.yml

Crystal
0.29.0
License
MIT
Author
msroz
Target
  • kindlify from src/kindlify.cr

Dependencies

Runtime Dependencies

  • clim0.7.0github: at-grandpa/clim
  • email*github: arcage/crystal-email

README

πŸ“š kindlify

CLI for Send to Kindle

Installation

homebrew

$ brew tap msroz/wax/kindlify
$ brew intall msroz/wax/kindlify

git clone

$ git clone git@github.com:msroz/kindlify.git
$ cd kindlify
$ make install

Usage

$ 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.

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/kindlify/fork)
  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 a new Pull Request

Contributors

  • msroz - creator and maintainer