Releases: keith/reminders-cli
Releases · keith/reminders-cli
Fix midnight alarm for all day reminders
Add notifications
- 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
- 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
- Add uncomplete command, thanks @caltuntas!
- Add ability to edit notes, thanks @ngsilverman!
4384c798c390c38b389d19befaae591b9502b1d4ea3fae991b26319bc4244f83 reminders.tar.gz
b1c2f49915c20779037047b29a8a723478e7223f9dc71b7557c5bddd12591cf3 reminders
Add support for json output and sorting reminders
- You can now pass
--format json
reminders show
,reminders show-lists
,reminders show-all
, andreminders add
to get the reminder representation injson
fit for parsing by another tool. This also returns the canonical ID of the reminder which can now be used withreminders complete
. Thanks @nettleton! - You can now pass
--sort
toreminders show
to switch the output ordering of the reminders
2ccae21a7d812d0655bbaf2e33b9e16e9b5ebb2b56f34e2c0f708eef48ed49e5 reminders.tar.gz
e6ca1cb6cc87dbcbf53d040356cc7ec9c7e15156e29d1dbd4d90a806264ecb86 reminders
Add `--notes` / `-n` when adding reminders
a410775bf6d41077bf3838e377422b9f2744994272b600ebdc5d11074eb8ea06 reminders.tar.gz
c62d761702c89c9d817477a2f69324251eafd6464cdb7403d34e0db838d466c3 reminders
Fix noon date issue, add `show-all`
- Fix issue with
--due-date
and12:00
not working correctly. Nowtoday
and12:00
correctly differentiate - Add
reminders show-all
which prints all reminders. This is useful for filtering with--due-date
likereminders show-all --due-date today
to list all reminders due today
sha256:
991d015473987005f45fc4a8825e6539be6f80ef3eeb2e182ed1451fbab04ec6 reminders.tar.gz
01cf87afdc1ae777ee79a1bdac4160687b3bc966bd5f778a2ca113257dae5844 reminders
Fix release for intel macs
sha256:
dc926d96ab5eacd1d1d4b151f37ca44a7608977d4de4283faaa34b5c297ca449 reminders.tar.gz
bfea7352e0505bed6d10599f49924f2453bc08331d1c7ec216a902d20f2a1693 reminders
Add lots of new command line options
- Add
--due-date
toshow
,reminders show "To Do" --due-date today
- Add
--only-completed
and--include-completed
toshow
- 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!
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