https://github.com/keith/pinboard
Scripts for working with Pinboard
https://github.com/keith/pinboard
command-line pinboard
Last synced: 4 months ago
JSON representation
Scripts for working with Pinboard
- Host: GitHub
- URL: https://github.com/keith/pinboard
- Owner: keith
- License: mit
- Created: 2016-11-11T05:09:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T16:05:54.000Z (12 months ago)
- Last Synced: 2025-01-09T03:23:02.172Z (4 months ago)
- Topics: command-line, pinboard
- Language: Python
- Size: 16.6 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pinboard
This is a small set of scripts for working with
[Pinboard](https://pinboard.in/).## Commands
- [add](https://github.com/keith/pinboard/blob/master/src/pinboard-add),
add a URL to your read later on Pinboard
- [cleanup](https://github.com/keith/pinboard/blob/master/src/pinboard-cleanup),
remove old dead URLs on Pinboard
- [open](https://github.com/keith/pinboard/blob/master/src/pinboard-open),
open unread bookmarks in your browser### Installation
```
brew install keith/formulae/pinboard
```Or:
```
pip install .
```(and `zsh/_pinboard` if you want zsh completions)