An open API service indexing awesome lists of open source software.

https://github.com/sbdchd/instakeybinds

:newspaper: keybinds for Instapaper
https://github.com/sbdchd/instakeybinds

browser-extension instapaper keybinds vim-like

Last synced: about 1 year ago
JSON representation

:newspaper: keybinds for Instapaper

Awesome Lists containing this project

README

          

# Instakeybinds

A set of keybinds for [Instapaper](https://www.instapaper.com).

## Keybinds

| Function | Key |
| ----------------------------- | :---: |
| Next Article | j |
| Previous Article | k |
| Open Original Link | o |
| Open Original Link In New Tab | n |
| Open Instapaper Version | enter |
| Select | x |
| Delete | d |
| Archive / Restore | a |
| Share | s |
| Edit | e |
| Search | / |
| Like | l |
| Change Theme | t |
| Help Menu | , |

## Install

[Chrome Extension](https://chrome.google.com/webstore/detail/instakeybinds/hcdhlbcalglaieboheohnpemhjccoegi)

[Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/instakeybinds/)

Safari Extension currently unavaiable; however, you can manually install it via
the developer menu.

## Build Manually

```bash
# download & cd into repo
make install && \
make clean && \
make
```