Skip to content

Releases: keith/reminders-cli

Fix midnight alarm for all day reminders

07 May 19:32
7bd8624
Compare
Choose a tag to compare
f37ca92c580c87081d8daa354f42a46c2fa46a5173b6029c45f317d6f67c431c  reminders.tar.gz
cbd8c34663fbcc924e5d6302a2b9d69616157aec990dd823e4cebc65bc07179e  reminders

Add notifications

15 Feb 23:02
710a498
Compare
Choose a tag to compare
  • Add notifications for reminders with due dates for reminders with due dates. You will now get an iOS / macOS notification if you have them enabled
ea67770c9f2149b87c68c6aaf948f48df01606087b58d0c4883af6e7e74ba7b0  reminders.tar.gz
47d6bfc043ad12530ee04d0f3b19b195db70c2aa975d3bbfde3cd9a0da2d82cd  reminders

Fix Sonoma support

09 Nov 00:47
886a6a3
Compare
Choose a tag to compare
  • Fix Sonoma permissions issue
  • Improve JSON output and add display options to ShowAll, thanks @Kolsha!
893660268d385f091c6128f8d6e64a4509345a223cde8b74d882cf9de78366df  reminders.tar.gz
1f78efa83d6bab6e2cd3d8cd12a2330e56894d899f144a5866f66d092b3cb699  reminders

Add uncomplete command and editing notes

23 Aug 18:25
91c1d93
Compare
Choose a tag to compare
4384c798c390c38b389d19befaae591b9502b1d4ea3fae991b26319bc4244f83  reminders.tar.gz
b1c2f49915c20779037047b29a8a723478e7223f9dc71b7557c5bddd12591cf3  reminders

Add support for json output and sorting reminders

22 May 18:41
2957e38
Compare
Choose a tag to compare
  • You can now pass --format json reminders show, reminders show-lists, reminders show-all, and reminders add to get the reminder representation in json fit for parsing by another tool. This also returns the canonical ID of the reminder which can now be used with reminders complete. Thanks @nettleton!
  • You can now pass --sort to reminders show to switch the output ordering of the reminders
2ccae21a7d812d0655bbaf2e33b9e16e9b5ebb2b56f34e2c0f708eef48ed49e5  reminders.tar.gz
e6ca1cb6cc87dbcbf53d040356cc7ec9c7e15156e29d1dbd4d90a806264ecb86  reminders

Add `--notes` / `-n` when adding reminders

10 Jan 22:21
ede4c0d
Compare
Choose a tag to compare
a410775bf6d41077bf3838e377422b9f2744994272b600ebdc5d11074eb8ea06  reminders.tar.gz
c62d761702c89c9d817477a2f69324251eafd6464cdb7403d34e0db838d466c3  reminders

Fix noon date issue, add `show-all`

15 Dec 01:43
849de54
Compare
Choose a tag to compare
  • Fix issue with --due-date and 12:00 not working correctly. Now today and 12:00 correctly differentiate
  • Add reminders show-all which prints all reminders. This is useful for filtering with --due-date like reminders show-all --due-date today to list all reminders due today

sha256:

991d015473987005f45fc4a8825e6539be6f80ef3eeb2e182ed1451fbab04ec6  reminders.tar.gz
01cf87afdc1ae777ee79a1bdac4160687b3bc966bd5f778a2ca113257dae5844  reminders

Fix release for intel macs

11 Nov 01:00
2.0.1
13df73d
Compare
Choose a tag to compare

sha256:

dc926d96ab5eacd1d1d4b151f37ca44a7608977d4de4283faaa34b5c297ca449  reminders.tar.gz
bfea7352e0505bed6d10599f49924f2453bc08331d1c7ec216a902d20f2a1693  reminders

Add lots of new command line options

06 Nov 04:46
2.0.0
6e91b3b
Compare
Choose a tag to compare
  • Add --due-date to show, reminders show "To Do" --due-date today
  • Add --only-completed and --include-completed to show
  • Add --priority when adding reminders, reminders add "To Do" foo --priority high
  • Add delete reminder command
  • Add edit reminder command
  • Add new-list command
  • Add shell completion for list names in all commands that take them

sha256:

2eb6710fcd235916603b9eb49fac6200517e264e726965944622ca11e250b0e0  reminders.tar.gz
363d6b1e20bc462ac4face0bf8b19b68e4423cbbd2a24761eafcb5de2029f3be  reminders

Add due dates!

14 Nov 21:58
b4ba8c6
Compare
Choose a tag to compare

You can now create reminders with due dates / times by passing --due-date / -d to the add command:

$ reminders add Soon Go to the grocery store --due-date "tomorrow 9am"
Added 'Go to the grocery store' to 'Todo'
$ reminders show Soon
0: Go to the grocery store (in 10 hours)

sha256:

9ca91eb5cb841e8cdb9756088ac2794e8d5b66a3d620037419b261eaa9ec3624  reminders.tar.gz
2305e1ac9bc06688fe09dece1f2dd1ec0b9a011e042872a7916ec2955b6c26a5  reminders