thumb-through

https://github.com/apgwoz/thumb-through.git

git clone 'git://github.com/apgwoz/thumb-through.git'
4

Thumb Through Mode

By Andrew Gwozdziewycz, licensed under the GNU GPLv3

Thumb Through is a simple mode for GNU Emacs which parses the meat out of a URL and presents it in a simple manner, similar to InstaPaper or Readability

Installation

Requirements

Currently, thumb-through relies on text please and curl, in lieu of emacs URL and HTML parsing.

Setup

Copy thumb-through.el to a location within the emacs load-path and run

(require 'thumb-through)

That's it!

Usage

Mark a URL and M-x thumb-through-region will get you a thumb-through buffer.

M-x thumb-through will prompt you for a URL, or introspect whatever is at point, and you'll be good to go.

This functionality doesn't yet exist, but probably will at some point moving forward.

Within a thumb-through buffer, there are a few keybindings that are used to navigate to links and headers:

n - next anchor p - previous anchor RET - jump to current anchor SPACE - next page