reading-list-to-pocket
v1.0.1
Published
Simple command line Safari Reading List to Pocket importer
Downloads
3
Maintainers
Readme
reading-list-to-pocket
Simple command line Safari Reading List to Pocket importer.
- Install
reading-list-to-pocket
npm package globally
npm install -g reading-list-to-pocket
Register your own pocket application here with at least add and modify permissions. Remember your consumer key - it will be used later on.
Sync your Safari Reading List with pocket
# providing consumer key as cli argument
reading-list-to-pocket --consumerKey <YOUR_APP_CONSUMER_KEY>
# providing key as environment variable
POCKET_CONSUMER_KEY=<YOUR_APP_CONSUMER_KEY> reading-list-to-pocket
TIP: If you are going to sync your reading list with pocket more then once its better to set consumer key environment variable in .bash_profile
.