Live data from Hacker News

Show HN: Kindle-send – CLI to send webpages and files to Kindle

github.com

1–7 of 7 posts

Re: Show HN: Kindle-send – CLI to send webpages and files to Kindle

#2
Hi, earlier I created it as a wrapper using calibre and percollate. It was not portable at all.

This weekend, re-wrote it in golang to use go-readability for converting HTML to readable content and then build epub from there.

Now, binary can be used directly without worrying about extra dependencies.

Name is kindle-send but it is just pushing epubs via email. So shouldn't be a problem if you're using a different reader that supports receiving ebooks via email.

Re: Show HN: Kindle-send – CLI to send webpages and files to Kindle

#4
post #2

Hi, earlier I created it as a wrapper using calibre and percollate. It was not portable at all. This weekend, re-wrote it in golang to use go-readability for converting HTML to readable content and then build epub from there. Now, binary can be used directly without worrying about extra dependencies. Name is kindle-send but it is just pushing epubs via email. So shouldn't be a problem if you're using a different read…

Call it epub-send instead. It sounds like a universal enough tool to deserve a more universal name, not connected to a specific product :)