{"id":13588390,"url":"https://github.com/keith/reminders-cli","last_synced_at":"2025-04-14T08:54:31.916Z","repository":{"id":42975421,"uuid":"62031370","full_name":"keith/reminders-cli","owner":"keith","description":"A simple CLI for interacting with macOS reminders","archived":false,"fork":false,"pushed_at":"2025-02-18T19:02:30.000Z","size":86,"stargazers_count":746,"open_issues_count":17,"forks_count":59,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-04-07T02:07:26.562Z","etag":null,"topics":["cli","command-line","macos","osx","reminders"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/keith.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-27T06:38:51.000Z","updated_at":"2025-04-04T09:49:28.000Z","dependencies_parsed_at":"2024-12-06T14:03:40.484Z","dependency_job_id":"b90983a5-6f63-4588-92d4-a2adc6f0b1a3","html_url":"https://github.com/keith/reminders-cli","commit_stats":{"total_commits":50,"total_committers":9,"mean_commits":5.555555555555555,"dds":"0.16000000000000003","last_synced_commit":"1adaee7aa0d3197534eeeb205933451332300b13"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Freminders-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Freminders-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Freminders-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Freminders-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keith","download_url":"https://codeload.github.com/keith/reminders-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852109,"owners_count":21171839,"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":["cli","command-line","macos","osx","reminders"],"created_at":"2024-08-01T15:06:41.030Z","updated_at":"2025-04-14T08:54:31.884Z","avatar_url":"https://github.com/keith.png","language":"Swift","readme":"# reminders-cli\n\nA simple CLI for interacting with OS X reminders.\n\n## Usage:\n\n#### Show all lists\n\n```\n$ reminders show-lists\nSoon\nEventually\n```\n\n#### Show reminders on a specific list\n\n```\n$ reminders show Soon\n0 Write README\n1 Ship reminders-cli\n```\n\n#### Complete an item on a list\n\n```\n$ reminders complete Soon 0\nCompleted 'Write README'\n$ reminders show Soon\n0 Ship reminders-cli\n```\n\n#### Undo a completed item\n\n```\n$ reminders show Soon --only-completed\n0 Write README\n$ reminders uncomplete Soon 0\nUncompleted 'Write README'\n$ reminders show Soon\n0 Write README\n```\n\n#### Edit an item on a list\n\n```\n$ reminders edit Soon 0 Some edited text\nUpdated reminder 'Some edited text'\n$ reminders show Soon\n0 Ship reminders-cli\n1 Some edited text\n```\n\n#### Delete an item on a list\n\n```\n$ reminders delete Soon 0\nCompleted 'Write README'\n$ reminders show Soon\n0 Ship reminders-cli\n```\n\n#### Add a reminder to a list\n\n```\n$ reminders add Soon Contribute to open source\n$ reminders add Soon Go to the grocery store --due-date \"tomorrow 9am\"\n$ reminders add Soon Something really important --priority high\n$ reminders show Soon\n0: Ship reminders-cli\n1: Contribute to open source\n2: Go to the grocery store (in 10 hours)\n3: Something really important (priority: high)\n```\n\n#### Show reminders due on or by a date\n\n```\n$ reminders show-all --due-date today\n1: Contribute to open source (in 3 hours)\n$ reminders show-all --due-date today --include-overdue\n0: Ship reminders-cli (2 days ago)\n1: Contribute to open source (in 3 hours)\n$ reminders show-all --due-date 2025-02-16\n1: Contribute to open source (in 3 hours)\n$ reminders show Soon --due-date today --include-overdue\n0: Ship reminders-cli (2 days ago)\n1: Contribute to open source (in 3 hours)\n```\n\n#### See help for more examples\n\n```\n$ reminders --help\n$ reminders show -h\n```\n\n## Installation:\n\n#### With [Homebrew](http://brew.sh/)\n\n```\n$ brew install keith/formulae/reminders-cli\n```\n\n#### From GitHub releases\n\nDownload the latest release from\n[here](https://github.com/keith/reminders-cli/releases)\n\n```\n$ tar -zxvf reminders.tar.gz\n$ mv reminders /usr/local/bin\n$ rm reminders.tar.gz\n```\n\n#### Building manually\n\nThis requires a recent Xcode installation.\n\n```\n$ cd reminders-cli\n$ make build-release\n$ cp .build/apple/Products/Release/reminders /usr/local/bin/reminders\n```\n","funding_links":[],"categories":["Swift","Mac OS X"],"sub_categories":["World Wide Web"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Freminders-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeith%2Freminders-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Freminders-cli/lists"}