{"id":17602590,"url":"https://github.com/skycoder42/syrem","last_synced_at":"2025-10-14T04:38:42.261Z","repository":{"id":146097179,"uuid":"107040876","full_name":"Skycoder42/Syrem","owner":"Skycoder42","description":"A simple reminder application for desktop and mobile, with synchronized reminders","archived":false,"fork":false,"pushed_at":"2019-03-09T16:47:06.000Z","size":2626,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T09:13:20.881Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Skycoder42.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":"2017-10-15T19:09:51.000Z","updated_at":"2024-07-05T00:25:15.000Z","dependencies_parsed_at":"2023-04-17T22:14:44.956Z","dependency_job_id":null,"html_url":"https://github.com/Skycoder42/Syrem","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Skycoder42/Syrem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skycoder42%2FSyrem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skycoder42%2FSyrem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skycoder42%2FSyrem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skycoder42%2FSyrem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skycoder42","download_url":"https://codeload.github.com/Skycoder42/Syrem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skycoder42%2FSyrem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017932,"owners_count":26086213,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-22T13:08:58.906Z","updated_at":"2025-10-14T04:38:42.242Z","avatar_url":"https://github.com/Skycoder42.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Syrem - Synchronized Reminders\nA simple reminder application for desktop and mobile, with synchronized reminders\n\n[![Travis Build Status](https://travis-ci.org/Skycoder42/Syrem.svg?branch=master)](https://travis-ci.org/Skycoder42/Syrem)\n[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/t0d9gc1muekbdv97?svg=true)](https://ci.appveyor.com/project/Skycoder42/syrem)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/721ecc2c4dcc443dbed4d8a2dec4dd8f)](https://www.codacy.com/app/Skycoder42/Syrem)\n[![AUR](https://img.shields.io/aur/version/syrem.svg)](https://aur.archlinux.org/packages/syrem/)\n[![Chocolatey](https://img.shields.io/chocolatey/v/syrem.svg)](https://chocolatey.org/packages/syrem/)\n\n\u003ca href='https://play.google.com/store/apps/details?id=de.skycoder42.syrem'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height=\"80px\"/\u003e\u003c/a\u003e\n\n## Features\n- Create reminders from natural expressions like \"in 3 weeks on Monday\"\n\t- supports repeated reminders\n\t- works with timepoints and timespans\n\t- make reminders important for persistant notifications\n- Allows you to synchronize your reminders between different platforms\n\t- Currently Linux, Android, Windows and MacOs are supported\n\t- Available for any linux distro via [flatpak](https://flatpak.org/). See installation below\n- Native notification support on linux and android\n\n## Screenshots\n### Desktop\n| Overview | Add Reminders\n|----------|---------------\n| ![desktop overview](screenshots/desktop_main.png) | ![desktop add](screenshots/desktop_add.png)\n| Snooze Reminders | Notifications (on KDE Desktop)\n| ![desktop snooze](screenshots/desktop_snooze.png) | ![desktop add](screenshots/desktop_notify.png)\n\n### Mobile\n| Overview | Add Reminders | Snooze Reminders\n|----------|---------------|------------------\n| ![desktop overview](screenshots/mobile_main.webp) | ![desktop add](screenshots/mobile_add.webp) | ![desktop snooze](screenshots/mobile_snooze.webp)\n| | Notifications |\n| | ![desktop add](screenshots/mobile_notify.webp) |\n\n## Installation\n1. **Arch Linux:** Use the AUR-Package: [`syrem`](https://aur.archlinux.org/packages/syrem/)\n2. **Other Linux distributions:** Install via [flatpak](https://flatpak.org/): `sudo flatpak install 'https://raw.githubusercontent.com/Skycoder42/Syrem/master/flatpak/de.skycoder42.syrem.flatpakref'`\n\t- Flatpak packages work on any linux distribution, as long as you have flatpak installed. See https://flatpak.org/setup/ to get flatpak for your distribution\n\t- Alternative install method:\n\t\t1. Add The repository: `sudo flatpak repo-add skycoder42 'https://raw.githubusercontent.com/Skycoder42/Syrem/master/flatpak/de.skycoder42.flatpakrepo'`\n\t\t2. Install: `sudo flatpak install skycoder42 de.skycoder42.syrem`\n3. **Android:** While the apk is available as direct download, you can also get it via google play store: [Syrem Google Play](https://play.google.com/store/apps/details?id=de.skycoder42.syrem)\n4. **Windows:** Get it via [chocolatey](https://chocolatey.org/): `choco install syrem`\n\t- See [Syrem - Chocolatey](https://chocolatey.org/packages/syrem/) for package details\n\t- Chocolatey can be install using the following description: https://chocolatey.org/install#installing-chocolatey\n\t- You can also install the chocolatey GUI after installing chocolatey itself: `choco install chocolateygui`\n5. **MacOs:** Provided via [homebrew cask](https://github.com/Homebrew/homebrew-cask):\n\t1. First add the tap: `brew tap Skycoder42/qt-modules`\n\t2. Then install the package: `brew cask install syrem`\n\n## Attributions\n### Icon Sources\n- Icons from \u003ca href=\"https://www.flaticon.com/authors/roundicons\" title=\"Roundicons\"\u003eRoundicons\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e are licensed by \u003ca href=\"http://creativecommons.org/licenses/by/3.0/\" title=\"Creative Commons BY 3.0\" target=\"_blank\"\u003eCC 3.0 BY\u003c/a\u003e\n- http://www.fatcow.com/free-icons\n- https://material.io/icons/\n\n### Android libraries\n- https://github.com/leolin310148/ShortcutBadger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskycoder42%2Fsyrem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskycoder42%2Fsyrem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskycoder42%2Fsyrem/lists"}