Skip to content

Commit 8fdec57

Browse files
🤖 automatedchrisgrieser
authored andcommitted
iMac Home (2)
1 parent d035408 commit 8fdec57

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Alfred.alfredpreferences/workflows/alfred-reminders-today/info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,11 +1200,11 @@ brew untap keith/formulae
12001200
`qqq`, respectively.
12011201
+ The command supports simple parsing of a due time with the format `hh:mm`.
12021202
For instance, `19:00 buy milk` or `buy milk 19:00` will set the due time
1203-
to `19:00` and the reminder title to `buy milk`.
1204-
+ A priority can be specified by adding the respective number of `!`, if
1205-
*at the start or end* For example, `buy milk!` will result in a reminder
1206-
title `buy milk` with a medium priority. (`!` = low, `!!` = medium, `!!!`
1207-
= high)
1203+
to `19:00` and the reminder title to `buy milk`. (Due time parsing
1204+
only supports the 24-hour time format.)
1205+
+ A priority can be specified by adding the respective number of `!` *at the
1206+
end*. For example, `buy milk!` will result in a reminder title `buy milk`
1207+
with a medium priority (`!` = low, `!!` = medium, `!!!` = high).
12081208
12091209
---
12101210
Workflow created by [Chris Grieser](https://chris-grieser.de/).</string>

nvim/.lazy-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"blink-cmp-git": { "branch": "master", "commit": "863e0670217d0dffb9edc6ab41b676a4128f813b" },
33
"blink.cmp": { "branch": "main", "commit": "cb5e346d9e0efa7a3eee7fd4da0b690c48d2a98e" },
44
"ccc.nvim": { "branch": "main", "commit": "af2cf5a963f401aad868c065222ee13d4bbc9050" },
5-
"codecompanion.nvim": { "branch": "main", "commit": "461459750d4a72e512a5c43eeb60e49b931b17de" },
5+
"codecompanion.nvim": { "branch": "main", "commit": "89cd69560906b836216d1d48283893bfb10ecc5e" },
66
"eyeliner.nvim": { "branch": "main", "commit": "8f197eb30cecdf4c2cc9988a5eecc6bc34c0c7d6" },
77
"gitsigns.nvim": { "branch": "main", "commit": "fd50977fce4d5240b910d2b816e71fb726cbbaf7" },
88
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
@@ -20,7 +20,7 @@
2020
"nvim-genghis": { "branch": "main", "commit": "d106bbaf6e14d0a16688a254ed4e59fa64d3dee6" },
2121
"nvim-justice": { "branch": "main", "commit": "621df7671487ca1041bb55c8d16e1441795c273c" },
2222
"nvim-lsp-endhints": { "branch": "main", "commit": "c4365f82d9aeb19c9464eed398331460eeaf5cfc" },
23-
"nvim-lspconfig": { "branch": "master", "commit": "37cc31c64d657feff6f752a1bf15f584d4734eca" },
23+
"nvim-lspconfig": { "branch": "master", "commit": "022ddc8fe9b822b6962ee658e91a584599604035" },
2424
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
2525
"nvim-origami": { "branch": "main", "commit": "1d17e28e31d248d1ea5c6e6bb83be8dad0250453" },
2626
"nvim-rip-substitute": { "branch": "main", "commit": "fcc4f03f2260208f49ab9b7c374dff477d4698d5" },

0 commit comments

Comments
 (0)