{"id":14986296,"url":"https://github.com/stefangansevles/remindme","last_synced_at":"2025-09-12T20:40:00.025Z","repository":{"id":18504361,"uuid":"88308112","full_name":"Stefangansevles/RemindMe","owner":"Stefangansevles","description":"Reminds you of events with an un-missasble pop-up on your screen(provided you are at your computer, of course)","archived":false,"fork":false,"pushed_at":"2023-08-23T07:50:58.000Z","size":1662020,"stargazers_count":82,"open_issues_count":36,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T22:38:12.564Z","etag":null,"topics":["c-sharp","calendar","calendar-events","desktop-caldendar","diary","monitor","office","office-tools","organizers","popup","reminder","remindme","windows","windowsforms","winforms"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Stefangansevles.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}},"created_at":"2017-04-14T22:34:26.000Z","updated_at":"2025-04-08T02:19:07.000Z","dependencies_parsed_at":"2023-01-13T23:30:11.235Z","dependency_job_id":"53b5f073-a096-4e77-8349-104abd491fc8","html_url":"https://github.com/Stefangansevles/RemindMe","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Stefangansevles/RemindMe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stefangansevles%2FRemindMe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stefangansevles%2FRemindMe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stefangansevles%2FRemindMe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stefangansevles%2FRemindMe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stefangansevles","download_url":"https://codeload.github.com/Stefangansevles/RemindMe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stefangansevles%2FRemindMe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274873613,"owners_count":25365824,"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-09-12T02:00:09.324Z","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":["c-sharp","calendar","calendar-events","desktop-caldendar","diary","monitor","office","office-tools","organizers","popup","reminder","remindme","windows","windowsforms","winforms"],"created_at":"2024-09-24T14:12:39.630Z","updated_at":"2025-09-12T20:39:59.975Z","avatar_url":"https://github.com/Stefangansevles.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RemindMe\n\n![](https://i.imgur.com/9WJtbYV.gif)\n\n\n# Create your own theme!\n\nDont like the default color theme (dark-red) ? create your own! \n\n![](https://i.imgur.com/jwrixtR.png)\n\nRemindMe is a windows desktop application that will notify you of events that you created using this application. RemindMe will create a popup on the middle of the monitor you have your mouse cursor on(if you have multiple monitors). The popup will always be on top(Can be changed in the settings)so that you will never miss it if you are on your computer/laptop at the time the reminder pops up\n\n# Did you know?\n\n1) RemindMe can also be used to set quick timers, for example 1 hour, 5 minutes, etc. [Take a look how](https://github.com/Stefangansevles/RemindMe/blob/master/How%20to%20Use%20RemindMe.md#did-you-know--timers)\n\n2) RemindMe can create Advanced Reminders which opens up the possibility to **execute batch code** when the reminder pops up! I'll leave the possibilities with that up to you ;) [Take a look how](https://github.com/Stefangansevles/RemindMe/blob/master/How%20to%20Advanced%20Reminders.md#2-windows-batch-script-code)\n\n3) RemindMe can create Advanced **conditional** Reminders which ping an API to evaluate 1, or more conditions! [Click here to read more](https://github.com/Stefangansevles/RemindMe/blob/master/How%20to%20Advanced%20Reminders.md#1-api-support)\n\nYou can install RemindMe by downloading the installer and running it. ([SetupRemindMe.msi](https://github.com/Stefangansevles/RemindMe/blob/master/SetupRemindMe.msi))\n\nRemindMe lurks in the windows system tray and will not show itself until you double click the icon, or right click it and select show RemindMe\n\n\n![](https://i.imgur.com/BZv2sSJ.png)\n\nYou can also exit RemindMe this way\n\n# How do i use RemindMe ?\n\nFor a step-by-step guide with images, [click here](https://github.com/Stefangansevles/RemindMe/blob/master/How%20to%20Use%20RemindMe.md)\n\n# Your input is welcomed\nFound a problem with RemindMe, or do you have a good idea? Feel free to [post this here](https://github.com/Stefangansevles/RemindMe/issues)\n\n\nIf you want to clone RemindMe and run it yourself, take a look at [the how-to](https://github.com/Stefangansevles/RemindMe/blob/master/How%20to%20Run%20RemindMe%20locally.md)\n\n\n--------------------------------------------------------------------------------------------------------------------------------------\n\nWritten in: C# - Windows Forms\n\nUses: \n\nSQLite\n\nEntity Framework\n\n[MaterialSkin (used for UI)](https://github.com/IgnaceMaes/MaterialSkin) by IgnaceMaes and upgraded by donaldsteele and leocb. These guys are awesome for making this library!\n\n[Bunifu Framework (Used for some controls)](https://bunifuframework.com/)\n\n[icons8 (used for some icons)](https://icons8.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefangansevles%2Fremindme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefangansevles%2Fremindme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefangansevles%2Fremindme/lists"}