remindersdevs / Reminders

An open source reminder app
GNU General Public License v3.0
124 stars 19 forks source link
gnome gtk4 libadwaita linux python reminders
![Reminders](data/icons/io.github.remindersdevs.Reminders.svg) # Reminders, an open source reminder app Download on Flathub ![screenshot-dark](screenshot-dark.png) ![screenshot-light](screenshot-light.png)

Features

Translators

You can translate Reminders on Weblate, or through GitHub pull requests.

Manual installation

Installing dependencies (Flatpak):

flatpak install flathub org.gnome.Sdk//44
flatpak install flathub org.gnome.Platform//44

You will also need flatpak-builder

Building (Flatpak):

flatpak-builder --user --install --force-clean build-dir flatpak/io.github.remindersdevs.Reminders.yml
flatpak run io.github.remindersdevs.Reminders.Devel --restart-service

Dependencies (generic):

Building (generic):

meson build -Ddevel=true
ninja -C build install
remembrance --restart-service

Todo

If you want to contribute anything, just open a pull request. Depending on what you are going to contribute, you might want to email me first. This will let me help you get started and it will also help me make sure that multiple people aren't working on the same feature without knowing it.

Reminders DBus Service Documentation

The documentation can be found here. You probably will want to select the tag for the latest release of Reminders when looking at the documentation.

Copying

Reminders is licensed under the terms of the GNU General Public License, version 3 or later.