Remembrance is a free and open source reminder app for Linux. Using Remembrance app, you can set reminders at a specified time in your system. It comes with notification, mark manually as complete, search, sort and filter your reminders as all, upcoming, overdue, and completed. It is written in Python and released under GNU General Public License v3.0. It is still in early stage of development.
How to Install Remembrance on Ubuntu Linux
Remembrance is available as a flatpak package from the remote flathub. If you don’t have flatpak and flathub on your system, first install flatpak and flathub on your system and restart it after the installation.
Open the terminal command-line app (ctrl+alt+t) and run below Remembrance flatpak install command. It will install the latest version of Remembrance on your system.
flatpak install flathub io.github.dgsasha.Remembrance
You can open Remembrance using below command.
flatpak run io.github.dgsasha.Remembrance
And uninstall it using below command.
sudo flatpak uninstall io.github.dgsasha.Remembrance
That’s it.