Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 615 Bytes

README.rst

File metadata and controls

32 lines (21 loc) · 615 Bytes

pinboard_pdf

pinboard_pdf is a command line tool that downloads your unread pinboard bookmarks to PDF.

WARNING: This is very alpha code. Use at your own risk.

Usage

Download all unread bookmarks to the current directory.

$ pinboard_pdf --api-token=API_TOKEN

And all other supported options.

$ pinboard_pdf --api-token=API_TOKEN \
    --download-dir=/home/rene/Read \
    --lowquality \
    --grayscale \
    --clobber \
    --remove-unread

License

Apache License, Version 2.0. See LICENSE for details.