Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisgrieser/alfred-read-later
Simple standalone read-later-app for Alfred. Saves the items in plaintext on your device.
https://github.com/chrisgrieser/alfred-read-later
alfred-workflow markdown-tasks read-later reading-list
Last synced: 3 months ago
JSON representation
Simple standalone read-later-app for Alfred. Saves the items in plaintext on your device.
- Host: GitHub
- URL: https://github.com/chrisgrieser/alfred-read-later
- Owner: chrisgrieser
- License: mit
- Created: 2023-12-30T20:24:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:53:37.000Z (3 months ago)
- Last Synced: 2024-10-22T08:35:19.504Z (3 months ago)
- Topics: alfred-workflow, markdown-tasks, read-later, reading-list
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Read-Later for Alfred 🔖
![GitHub Downloads](https://img.shields.io/github/downloads/chrisgrieser/alfred-read-later/total?label=GitHub%20Downloads&style=plastic&logo=github)
![Alfred Gallery Downloads](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fchrisgrieser%2F.config%2Frefs%2Fheads%2Fmain%2FAlfred.alfredpreferences%2Falfred-workflow-download-count.yaml&query=alfred-read-later&style=plastic&logo=alfred&label=Gallery%20Downloads&color=%235C1F87)
![Latest Release](https://img.shields.io/github/v/release/chrisgrieser/alfred-read-later?label=Latest%20Release&style=plastic)Simple standalone read-later-app for Alfred. Saves the items in plaintext on
your device.## Usage
- Use the keyword `rl` to add the current tab of the frontmost browser to your
read-later-list.
- Any item in your reading list also shows up when using the keyword `rl`.
+ ⏎: Open the item in your browser and mark it as read.
+ ⌘⏎: Mark the item as read.> [!NOTE]
> [Unfortunately, Firefox is not and cannot be supported.](https://www.alfredforum.com/topic/16748-how-to-do-x-in-firefox-from-alfred/)## Item Previews
Install [AlfredExtraPane](https://github.com/mr-pennyworth/alfred-extra-pane)
for previews of the items.## Items are saved locally
- The items are saved in a local markdown file on your disk. You can set the
location in the [workflow
configuration](https://www.alfredapp.com/help/workflows/user-configuration/).
- The items are formatted in the [markdown task syntax](https://simpledev.io/lesson/task-list-md-1/).
+ Unread items as open tasks: `- [ ] [title](url)`
+ Read items as completed tasks: `- [x] [title](url)`
- This has several advantages:
+ No dependency on any read-later service.
+ The reading list is available offline.
+ Since Markdown is a widely supported format, you can access your items in
many other apps as well, such as [Obsidian](https://obsidian.md/).
(Interoperability)
+ Easy backup: Just copypaste the file.
+ Easy sync: Just save the file in a cloud drive like iCloud.
+ By saving in a cloud drive, you can also access the reading list on mobile
with any editor app that supports Markdown tasks.## Installation
[➡️ Download the latest release.](https://github.com/chrisgrieser/alfred-read-later/releases/latest)The workflow auto-updates via Alfred's workflow-update mechanism.
## Credits
In my day job, I am a sociologist studying the social mechanisms underlying the
digital economy. For my PhD project, I investigate the governance of the app
economy and how software ecosystems manage the tension between innovation and
compatibility. If you are interested in this subject, feel free to get in touch.- [Academic Website](https://chris-grieser.de/)
- [Mastodon](https://pkm.social/@pseudometa)
- [ResearchGate](https://www.researchgate.net/profile/Christopher-Grieser)
- [LinkedIn](https://www.linkedin.com/in/christopher-grieser-ba693b17a/)