Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fniephaus/alfred-pocket
Manage your Pocket list with Alfred
https://github.com/fniephaus/alfred-pocket
alfred mozilla pocket python workflow
Last synced: 5 days ago
JSON representation
Manage your Pocket list with Alfred
- Host: GitHub
- URL: https://github.com/fniephaus/alfred-pocket
- Owner: fniephaus
- License: mit
- Created: 2014-03-22T21:53:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T04:32:42.000Z (over 1 year ago)
- Last Synced: 2024-10-22T18:22:35.944Z (13 days ago)
- Topics: alfred, mozilla, pocket, python, workflow
- Language: Python
- Homepage:
- Size: 1.45 MB
- Stars: 372
- Watchers: 12
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - fniephaus/alfred-pocket - Manage your Pocket list with Alfred (Python)
- alfred-workflows - Pocket - Manage your Pocket list. (Productivity)
README
Pocket for Alfred [![Build Status](https://travis-ci.org/fniephaus/alfred-pocket.svg?branch=master)](https://travis-ci.org/fniephaus/alfred-pocket) [![Coverage Status](https://coveralls.io/repos/github/fniephaus/alfred-pocket/badge.svg?branch=master)](https://coveralls.io/github/fniephaus/alfred-pocket?branch=master)
==============This workflow lets you manage your Pocket list with Alfred.
![Pocket for Alfred Screenshot](https://raw.github.com/fniephaus/alfred-pocket/master/screenshot.gif)
## Features
- Actions to copy, visit and archive, archive and delete links from your Pocket list (```fn```, ```ctrl```, ```alt``` and ```cmd```)
- Action to open link on getpocket.com (```shift```)
- Hotkey to add new links from Chrome, Safari or your clipboard with custom tags (```ctrl + L```)
- Easy to set up
- Magic argument to deauthorize the workflow (```wf:deauth```)
- Background cache refresh
- Supports notifications
- Uses OAuth 2.0 to authorize the workflow
- Saves your access_token securely in OS X's keychain## Credits
This workflow uses [pocket](https://github.com/tapanpandita/pocket) and [alfred-workflow](https://github.com/deanishe/alfred-workflow).