{"id":13582869,"url":"https://github.com/Sangdol/reminders-jxa","last_synced_at":"2025-04-06T17:32:30.785Z","repository":{"id":47971854,"uuid":"207128521","full_name":"Sangdol/reminders-jxa","owner":"Sangdol","description":"A command line tool that lets you add items to your macOS Reminders lists with a human-readable date format","archived":false,"fork":false,"pushed_at":"2022-08-02T20:33:31.000Z","size":241,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-05T23:41:22.503Z","etag":null,"topics":["jxa","macos","reminders"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sangdol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-08T14:57:09.000Z","updated_at":"2024-07-05T00:49:15.000Z","dependencies_parsed_at":"2022-08-12T15:40:25.603Z","dependency_job_id":null,"html_url":"https://github.com/Sangdol/reminders-jxa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sangdol%2Freminders-jxa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sangdol%2Freminders-jxa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sangdol%2Freminders-jxa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sangdol%2Freminders-jxa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sangdol","download_url":"https://codeload.github.com/Sangdol/reminders-jxa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247522739,"owners_count":20952615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jxa","macos","reminders"],"created_at":"2024-08-01T15:03:05.364Z","updated_at":"2025-04-06T17:32:28.540Z","avatar_url":"https://github.com/Sangdol.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"Reminders JXA\n===\n\nQuickly and easily add items to your macOS Reminders lists.\n\nInstallation\n===\n\n```sh\nnpm install\n```\n\nUsage\n===\n\n### Adding an item to the default list\n\nBy default, the application adds a new item to the `Todos` list.\n\nFor example,\n```sh\nnode index.js --text 'run'\n```\n\n### Adding an item to the default list with a date string\n\n`r` is used as a separator between a text and a date string.\n\nFor example,\n```sh\nnode index.js --text 'run r 11:00'\nnode index.js --text 'run r tomorrow 11:00'\nnode index.js --text 'run r 11th 11:00'\nnode index.js --text 'run r in 5 minutes'\n\n# 08:00 is the default time when there's no time specified\nnode index.js --text 'run r tomorrow'\n```\n\n[sugarjs](https://sugarjs.com) is used to parse a date string.\nYou can find more date format examples in\n[the sugarjs Parsing section](https://sugarjs.com/dates/#/Parsing)\n\n### Adding an item to a specific list\n\nYou can use a `--list` argument to specify the list name.\n\nFor example,\n```sh\nnode index.js --text 'run r 11th 11:00' --list Work\n```\n\nAlfred integration\n===\n\nI've written this script to use it with [Alfred](https://www.alfredapp.com/).\n\nI used to use the [alfred-reminders](https://github.com/surrealroad/alfred-reminders) workflow but I stopped using it since it was laggy.\nI needed a fast workflow that does one thing well.\n\nIf you're an [Alfred Powerpack](https://www.alfredapp.com/powerpack/) user, you can add items via Alfred by creating your own workflow.\n\nCheck out [the Alfred Run Script Action page](https://www.alfredapp.com/help/workflows/actions/run-script/) for more information.\n\n![Alfred integration screenshot](/img/alfred-reminders-jxa.png)\n\nLicense\n===\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSangdol%2Freminders-jxa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSangdol%2Freminders-jxa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSangdol%2Freminders-jxa/lists"}