All Projects → ildella → pocket-cli

ildella / pocket-cli

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

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to pocket-cli

poku
Sync pocket bookmarks to buku
Stars: ✭ 45 (+50%)
Mutual labels:  bookmarks, pocket
nearley-playground
⛹ Write Grammars for the Nearley Parser!
Stars: ✭ 76 (+153.33%)
Mutual labels:  interactive
Omniscidb
OmniSciDB (formerly MapD Core)
Stars: ✭ 2,601 (+8570%)
Mutual labels:  interactive
seamless
Seamless is a framework to set up reproducible computations (and visualizations) that respond to changes in cells. Cells contain the input data as well as the source code of the computations, and all cells can be edited interactively.
Stars: ✭ 19 (-36.67%)
Mutual labels:  interactive
Lfortran
Official mirror of https://gitlab.com/lfortran/lfortran. Please submit pull requests (PR) there. Any PR sent here will be closed automatically.
Stars: ✭ 220 (+633.33%)
Mutual labels:  interactive
LRReader
A feature-complete reader and client for LANraragi
Stars: ✭ 62 (+106.67%)
Mutual labels:  bookmarks
Interactive Deep Colorization
Deep learning software for colorizing black and white images with a few clicks.
Stars: ✭ 2,465 (+8116.67%)
Mutual labels:  interactive
bookmark
Save your favourite URLs from the comfort of your terminal and open them quickly in the browser.
Stars: ✭ 65 (+116.67%)
Mutual labels:  bookmarks
time-capsule
A WebExtension to send links to your future self
Stars: ✭ 27 (-10%)
Mutual labels:  bookmarks
Npm Upgrade
Interactive CLI utility to easily update outdated NPM dependencies
Stars: ✭ 245 (+716.67%)
Mutual labels:  interactive
Pluto.jl
🎈 Simple reactive notebooks for Julia
Stars: ✭ 3,430 (+11333.33%)
Mutual labels:  interactive
Pvview
A small library that helps you to make an amazing parallax view
Stars: ✭ 227 (+656.67%)
Mutual labels:  interactive
SeLite
Automated database-enabled navigation ✔️ of web applications
Stars: ✭ 34 (+13.33%)
Mutual labels:  interactive
Transition
Easy interactive interruptible custom ViewController transitions
Stars: ✭ 2,566 (+8453.33%)
Mutual labels:  interactive
noteboard
📓 Manage your notes & tasks in a tidy and fancy way. A taskbook clone written in Python.
Stars: ✭ 12 (-60%)
Mutual labels:  interactive
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (+633.33%)
Mutual labels:  interactive
Brayns
Visualizer for large-scale and interactive ray-tracing of neurons
Stars: ✭ 232 (+673.33%)
Mutual labels:  interactive
Shogun
Shodan.io Command Line Interface
Stars: ✭ 42 (+40%)
Mutual labels:  interactive
api-explorer
API Explorer is a live documentation client for Swagger/OpenAPI Specification
Stars: ✭ 44 (+46.67%)
Mutual labels:  interactive
skyline
🏙 Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks.
Stars: ✭ 29 (-3.33%)
Mutual labels:  interactive

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].