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

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: researchgate.net
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary

Keywords

alfred-workflow markdown-tasks read-later reading-list
Last synced: 9 months ago · JSON representation

Repository

Simple standalone read-later-app for Alfred. Saves the items in plaintext on your device.

Basic Info
  • Host: GitHub
  • Owner: chrisgrieser
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 74.2 KB
Statistics
  • Stars: 10
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 16
Topics
alfred-workflow markdown-tasks read-later reading-list
Created over 2 years ago · Last pushed 9 months ago
Metadata Files
Readme Funding License

README.md

Read-Later for Alfred 🔖

GitHub downloads Alfred Gallery downloads Latest release

Simple standalone read-later-app for Alfred. Saves the items in plaintext on your device.

showcase

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.
    • : Open and keep unread.

[!NOTE] Unfortunately, Firefox is not and cannot be supported.

Item Previews

Install AlfredExtraPane 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.
  • The items are formatted in the markdown task syntax.
    • 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. (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.

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.

Buy Me a Coffee at ko-fi.com

Owner

  • Name: Chris Grieser
  • Login: chrisgrieser
  • Kind: user
  • Location: Berlin, Germany
  • Company: Technical University of Berlin

Researcher in sociology & software developer

GitHub Events

Total
  • Create event: 6
  • Release event: 3
  • Issues event: 4
  • Watch event: 2
  • Delete event: 3
  • Issue comment event: 2
  • Push event: 29
  • Pull request event: 3
Last Year
  • Create event: 6
  • Release event: 3
  • Issues event: 4
  • Watch event: 2
  • Delete event: 3
  • Issue comment event: 2
  • Push event: 29
  • Pull request event: 3

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 2
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: 12 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: 12 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rafaud (2)
  • cands (1)
Pull Request Authors
  • vitorgalvao (3)
  • dependabot[bot] (2)
Top Labels
Issue Labels
bug (2) enhancement (1)
Pull Request Labels
dependencies (2) github_actions (1)

Dependencies

.github/workflows/build-and-release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • actions/upload-release-asset v1 composite
.github/workflows/semantic-pr-title.yml actions
  • amannn/action-semantic-pull-request v5 composite
.github/workflows/stale-bot.yml actions
  • actions/stale v8 composite