All Projects → davep → pinboard.el

davep / pinboard.el

Licence: GPL-3.0 License
A pinboard.in client for Emacs.

Programming Languages

emacs lisp
2029 projects
Makefile
30231 projects

Projects that are alternatives of or similar to pinboard.el

pinboard-bookmarks-to-chrome
A Chrome extension for displaying bookmarks from Pinboard in the Bookmarks Bar.
Stars: ✭ 20 (-37.5%)
Mutual labels:  pinboard, bookmarks, pinboard-api
pinboard.net
Fully featured API wrapper for pinboard.in
Stars: ✭ 21 (-34.37%)
Mutual labels:  pinboard, pinboard-api
pincushion
An enhanced version of the Pinboard.in “Add Bookmark” page, which takes advantage of the capabilities of modern browsers
Stars: ✭ 24 (-25%)
Mutual labels:  pinboard, pinboard-api
ASPinboard
A modern, fast, and flexible Objective-C library for Pinboard.in.
Stars: ✭ 80 (+150%)
Mutual labels:  pinboard, bookmarking
MarkSearch
A Desktop Bookmarking App
Stars: ✭ 39 (+21.88%)
Mutual labels:  bookmarks, bookmarking
awesome-bookmarking
🔖 Everything bookmarking related
Stars: ✭ 56 (+75%)
Mutual labels:  bookmarks, bookmarking
Shaarli
The personal, minimalist, super-fast, database free, bookmarking service - community repo
Stars: ✭ 2,583 (+7971.88%)
Mutual labels:  bookmarks, bookmarking
flying-apple
Just to keep track of nice content and new announcements related to Apple products and Swift
Stars: ✭ 45 (+40.63%)
Mutual labels:  bookmarks
fragments
Organise your bookmarks into boards
Stars: ✭ 56 (+75%)
Mutual labels:  bookmarks
shiori
Shiori is a simple bookmark manager
Stars: ✭ 66 (+106.25%)
Mutual labels:  bookmarks
search-bookmarks-history-and-tabs
Browser extension to search and navigate browser tabs, local bookmarks and history.
Stars: ✭ 57 (+78.13%)
Mutual labels:  bookmarks
marcador
minimal bookmark manager with rofi front end.
Stars: ✭ 24 (-25%)
Mutual labels:  bookmarks
HeadLines
HeadLines is a 📰 news app that delivers you with the latest news. It has interactive UI and easy to use. The app can be scrolled offline to watch your bookmarked news. Give this app a try and let me know.
Stars: ✭ 16 (-50%)
Mutual labels:  bookmarks
bookmark-beautifier
A google chrome extension that sorts and manages bookmarks.
Stars: ✭ 39 (+21.88%)
Mutual labels:  bookmarks
my-bookmark-list
좋은 글들 쌓아놓고 챙겨보기
Stars: ✭ 41 (+28.13%)
Mutual labels:  bookmarks
bookmark-manager
WordPress plugin for managing bookmarks
Stars: ✭ 15 (-53.12%)
Mutual labels:  bookmarks
Pinboard-Plus
Pinboard.in Chrome extension, not official.
Stars: ✭ 133 (+315.63%)
Mutual labels:  pinboard
BookmarkHub
BookmarkHub , sync bookmarks across different browsers
Stars: ✭ 720 (+2150%)
Mutual labels:  bookmarks
pinboard-backup
This backs up Pinboard bookmarks to DynamoDB.
Stars: ✭ 17 (-46.87%)
Mutual labels:  pinboard
Pentest-Bookmarkz
A collection of useful links for Pentesters
Stars: ✭ 118 (+268.75%)
Mutual labels:  bookmarks

pinboard.el

MELPA Stable MELPA

Commentary:

pinboard.el is an Emacs client for Pinboard.

To get started, visit your password settings page on Pinboard and get the API token that's displayed there. Then edit ~/.authinfo and add a line like this:

machine api.pinboard.in password foo:8ar8a5w188l3

Once done, you can M-x pinboard RET and browse your pins. Current commands available include:

Command Key Description
pinboard-add n Add a new pin
pinboard-delete d Delete the current pin
pinboard-edit e Edit the current pin
pinboard-kill-url k Add pin's URL to the kill-ring.
pinboard-open RET Open the pin's URL in a web browser
pinboard-private P Show only private pins in the list
pinboard-public p Show only public pins in the list
pinboard-read r Show only read pins in the list
pinboard-refresh g Refresh the list, showing all pins
pinboard-search / Show only pins that contain the search text
pinboard-extend-tagged t Add a tag to the current tag filter
pinboard-tagged T Show only pins with a given tag
pinboard-toggle-read R Toggle the read/unread status of the pin
pinboard-unread u Show only unread pins in the list
pinboard-untagged T Show only pins that have no tag
pinboard-view SPC View the data for a pin in a window
pinboard-visit-pinboard v Visit the Pinboard website

Commands available that aren't part of the pin list, and that you might want to bind to keys, include:

Command Description
pinboard Open the Pinboard pin list
pinboard-add Add a new pin to Pinboard
pinboard-add-for-later Prompt for a URL and add it for later

Org support

Konrad Hinsen has written a handy little add-on that connects pinboard with org-mode, by providing an easy method of pulling a link out of pinboard and getting it into org-mode. See the gist he wrote for the code.

Troubleshooting

pinboard.el doesn't find API token despite it being set in .authinfo

Check the variable auth-sources to ensure that Emacs is looking for .authinfo. Some Emacs-frameworks set their own default (typically enforcing gpg encryption).

If you're using use-package, you can append the ~/.authinfo file to the auth-sources list like this:

(use-package pinboard :config (add-to-list 'auth-sources "~/.authinfo" t))

TODO

Please see the GitHub issues list for things I plan to do.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].