[][src]Crate pin

pin -- A command-line client for Pinboard & Instapaper

Modules

error_from

Module housing the error_from macro.

instapaper

instapaper -- Instapaper API client

pinboard

pinboard -- pinboard API client

vars

Macros

error_from

Implement From for a given error type for the local Error type.

Structs

Config

Application configuration; by default read from ~/.pin (but that location can be overriden on the command-line), but also assembled from command-line option & the environment.

Target

A Target is a pre-defined set of Pinboard tags together with the "read only" flag; i.e. a pre-configured "place" at Pinboard to which a link may be sent

Enums

Error

Functions

get_tags

Get all Pinboard.in tags & pretty-print 'em

rename_tag

Rename a tag

send_link

Send a link

Type Definitions

Result