Git Product home page Git Product logo

ksend's Introduction

ksend

命令行推送个人文档到kindle。

使用指南

  1. 安装

     npm install -g ksend
    
  2. 设置默认发送邮箱,格式: 邮箱地址:密码

     ksend --from [email protected]:yourpassword
    
  3. 推送,如下示例,推送 a.pdf 至 [email protected] 这个kindle接收邮箱:

     ksend -m [email protected] a.pdf
    

    以上命令,参数 -m 表示接收邮箱。自此,完成推送。

如果脚得每次都要敲 -m 接收邮箱 麻烦,可以设置默认接收邮箱:

ksend --to [email protected]

这样,以后只需要如下命令即可推送:

ksend a.pdf

也可以同时推送多个文档:

ksend a.pdf b.pdf ../img/photo.jpg /Users/hanan/book/ooxx.txt

查看帮助:

ksend --help

ps: 记得把发送邮箱添加到您的kindle已认可的发件人电子邮箱列表哦

ksend's People

Contributors

annnhan avatar classicemi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.