Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/badboy/pinboard-cli
Pinboard on your command line.
https://github.com/badboy/pinboard-cli
Last synced: 9 days ago
JSON representation
Pinboard on your command line.
- Host: GitHub
- URL: https://github.com/badboy/pinboard-cli
- Owner: badboy
- Created: 2013-04-13T14:30:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-05T10:51:26.000Z (over 11 years ago)
- Last Synced: 2024-12-24T02:01:31.724Z (12 days ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 89
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pinboard-cli
============[Pinboard](https://pinboard.in/) on your command line.
## Install
gem install pinboard-cli
## Usage
Get your API key from and place it in `~/.pinboard-token`.
Then just run the client:$ pinboard -h
Usage: pinboard [options] [keywords...]Configuration:
Put your Pinboard API key into ~/.pinboard-token
You can find that key here: https://pinboard.in/settings/password-a, --all Search everything (href, description, extended, tags)
-d, --description Search only description (default)
-e, --extended Search only extended
-t, --tags Search only tags
-o, --or OR keywords
-u, --update Update if neccessary
-n, --[no-]color Suppress color output