Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

bkuri/node-pinboard-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-pinboard-cli

Use pinboard.in from the command line.

Setup:

You must specify a valid pinboard api token to use this tool. You can find it here after logging in to your pinboard account.

Simply copy the token and paste it as an environment variable with the name PINBOARD_TOKEN. In Linux and OSX it looks like this:

  export PINBOARD_TOKEN=user:XXXXXXXXXXXXXXXXXXXX

You can optionally set environment variables to specify the default output format like so:

  export PINBOARD_FORMAT=json

After that you're ready to start using pinboard in the command line!

Usage:

  Usage: pinboard [options] [command]


  Commands:

    add <url> <desc>  add a bookmark
    all               all the bookmarks in your account
    dates             bookmarks separated by date
    delete <url>      delete a bookmark
    get               get bookmark(s)
    notes [id]        get one/all note(s)
    recent            most recent bookmarks
    secret            your secret feed's RSS key
    suggest <url>     suggest tags
    tags              tag related activities
    update            datetime of most recent action
    help [cmd]        display help for [cmd]

  Use pinboard.in from the command line.

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Dependencies

Utilizes the following modules:

About

Use pinboard in the command line using node.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors