Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Pocket CLI

Pocket-CLI is an interactive textual application to search and manage your Pocket articles from the terminal.

pocket-cli

License Version Build Status Known Vulnerabilities David David David

Install

Prerequisites

You must have Node.js

In Ubuntu:

sudo snap install node --channel=12

Install with NPM

npm i -g pocket-cli

Install with Snap

TBD

Run

Some example command

$ pocket-cli

Pocket> login // Authenticate with Pocket to get access to your articles
Pocket> ? // prints help
Pocket> list // last 8 articles
Pocket> unread // last 8 unread articles
Pocket> bitcoin // search for articles with 'bitcoin'
Pocket> archive 1 2 3 // archive article 1, 2 and 3 from the last search
Pocket> a 1 2 3 // shortcut for archive
Pocket> o 1 2 3 // open selected indexes in browser
Pocket> 2 <ENTER> <ENTER> // open second result (press enter twice)
Pocket> update whatsnew // prints release notes

Use TAB to autocomplete

Contribute

For developers

Author

Built by Daniele Dellafiore. Get in touch on Twitter

About

Interactive terminal app for Pocket - read it later / bookmark application by @mozilla - https://getpocket.com/

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.