Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ildella/pocket-cli
Interactive terminal app for Pocket - read it later / bookmark application by @Mozilla - https://getpocket.com/
https://github.com/ildella/pocket-cli
bookmarks cli interactive nodejs pocket terminal
Last synced: 12 days ago
JSON representation
Interactive terminal app for Pocket - read it later / bookmark application by @Mozilla - https://getpocket.com/
- Host: GitHub
- URL: https://github.com/ildella/pocket-cli
- Owner: ildella
- License: mit
- Created: 2018-12-11T20:07:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:57:12.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T11:49:30.626Z (about 2 months ago)
- Topics: bookmarks, cli, interactive, nodejs, pocket, terminal
- Language: JavaScript
- Homepage:
- Size: 1.41 MB
- Stars: 32
- Watchers: 1
- Forks: 1
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pocket CLI
Pocket-CLI is an interactive textual application to search and manage your [Pocket](https://getpocket.com) articles from the terminal.
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Version](https://img.shields.io/npm/v/pocket-cli.svg?style=flat-square)](https://npmjs.com/package/pocket-cli)
[![Build Status](https://travis-ci.com/ildella/pocket-cli.svg?branch=master)](https://travis-ci.com/ildella/pocket-cli)
[![Known Vulnerabilities](https://snyk.io/test/github/ildella/pocket-cli/badge.svg?targetFile=package.json)](https://snyk.io/test/github/ildella/pocket-cli?targetFile=package.json)
[![David](https://img.shields.io/david/ildella/pocket-cli.svg)](https://david-dm.org/ildella/pocket-cli)
[![David](https://img.shields.io/david/dev/ildella/pocket-cli.svg)](https://david-dm.org/ildella/pocket-cli)
[![David](https://img.shields.io/david/peer/ildella/pocket-cli.svg)](https://david-dm.org/ildella/pocket-cli)
## Install### Prerequisites
You must have [Node.js](https://nodejs.org/)
In Ubuntu:
```bash
sudo snap install node --channel=12
```### Install with NPM
```bash
npm i -g pocket-cli
```### Install with Snap
TBD
## Run
Some example command
```shell
$ pocket-cliPocket> 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 // open second result (press enter twice)
Pocket> update whatsnew // prints release notes
```Use TAB to autocomplete
## Contribute
[For developers](DEVELOPERS.md)
## Author
Built by Daniele Dellafiore. Get in touch [on Twitter](https://twitter.com/ildella)