/readproxy

html -> mail

Primary LanguageJavaScript

what?

Simple node.js program to take urls, run them through readability, and save the content as html mail in pseudo mbox format suitable for notmuch indexing.

why?

To index and share weblinks over for example http://github.com/albins/notmuch-to-feed or just for future searchability.

dependencies

usage

readproxy url

  • writes to stdout

readproxy directory url

  • writes to directory

directory designates where to save the file, using scp (so that host:path/etc works as well).