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
- Host: GitHub
- URL: https://github.com/sbdchd/instakeybinds
- Owner: sbdchd
- Created: 2016-07-15T16:36:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T03:55:35.000Z (over 9 years ago)
- Last Synced: 2025-04-18T00:11:13.040Z (about 1 year ago)
- Topics: browser-extension, instapaper, keybinds, vim-like
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```