https://github.com/chrisgrieser/alfred-reminders-today

Display and edit reminders due today.

https://github.com/chrisgrieser/alfred-reminders-today

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 (13.3%) to scientific vocabulary

Keywords

alfred-workflow apple-reminders
Last synced: 9 months ago · JSON representation

Repository

Display and edit reminders due today.

Basic Info
  • Host: GitHub
  • Owner: chrisgrieser
  • License: mit
  • Language: Swift
  • Default Branch: main
  • Homepage:
  • Size: 1.2 MB
Statistics
  • Stars: 8
  • Watchers: 0
  • Forks: 1
  • Open Issues: 0
  • Releases: 58
Topics
alfred-workflow apple-reminders
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Funding License

README.md

Alfred: Reminders Today

GitHub downloads Alfred Gallery downloads Version number

Display and add reminders due today.

Showcase

Usage

  • Display reminders due today (or overdue) via the keyword rem. Configure the hotkey for faster triggering.
    • : Complete the reminder.
    • ⌘⏎: If the reminder has a URL in title or notes, open it in the default browser. Otherwise, copy the reminder's title & notes to the clipboard. Afterward, complete the reminder.
    • ⇧⏎: "Snooze" the reminder by changing its due date to tomorrow.
    • ⌥⏎: Edit the reminders title and body in Alfred's Text View. The first line is the reminder's title, the remaining lines the notes.
    • ⌃⏎: Display completed reminders due today as well. Using on a completed reminder marks it as uncompleted. The other modifiers work the same as with uncompleted reminders. Use ⌃⏎ once more to hide completed reminders again.
    • ⌘C: Copy the reminder title & notes.
    • ⌘L: Display the reminder details in Large Type.
    • ⌘Y: Quick Look the URL, if there is one.
    • (on an event): If the location is a URL, open the URL. Otherwise, open Google Maps with the location.
  • Quickly add a new reminder due today or tomorrow with the keywords qq, q1, and q2, respectively.
    • The command supports simple parsing of a due time with the format hh:mm. For instance, 19:00 buy milk or buy milk 19:00 will set the due time to 19:00 and the reminder title to buy milk. (Only times in the 24-hour time format are parsed.)
    • A priority can be specified by adding the respective number of !. For example, buy milk! or !buy milk will result in a reminder title buy milk with a medium priority (! = low, !! = medium, !!! = high).
    • Note that ! and due time are only parsed when at the start or the end on the input.
    • Configure the hotkey to create a reminder due today from the current selection.

Installation

Note: this workflow requires at least macOS 15.

➡️ Download the latest release of this workflow.

Limitations

Apple's EventKit API does not offer access to various Reminder metadata, which is why this workflow cannot support the following features: - The URL field of a reminder is not accessible, so only URLs in the title or notes are supported. - A reminder's tags, attachments, and flag-status are not accessible. - The macOS Reminders widget shown at the notification center or desktop do not update when reminders are added or changed via this workflow.

About the developer

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: 46
  • Issues event: 5
  • Release event: 43
  • Watch event: 3
  • Delete event: 7
  • Issue comment event: 4
  • Push event: 103
  • Pull request event: 5
  • Fork event: 1
Last Year
  • Create event: 46
  • Issues event: 5
  • Release event: 43
  • Watch event: 3
  • Delete event: 7
  • Issue comment event: 4
  • Push event: 103
  • Pull request event: 5
  • Fork event: 1

Dependencies

.github/workflows/alfred-workflow-release.yml actions
  • actions/checkout v4 composite
  • softprops/action-gh-release v2 composite
.github/workflows/stale-bot.yml actions
  • actions/stale v8 composite
.github/workflows/pr-title.yml actions
  • amannn/action-semantic-pull-request v5 composite