Done is a free and open source To Do application for Linux and Windows. This app is still in very early stage of development and work in progress. It is written in Rust and released under GNU General Public License v2.0. Now you can add, rename and delete your to do list. You can also mark task as completed, star your favorite task and more. Now you can’t set reminders or add other to to account providers.
How to Install Done To Do App On Ubuntu Linux
Done is available as flatpak package from flathub. If you don’t have flatpak and flathub on your system , then follow below link for flatpak and flathub installation instructions.
How to install flatpak and flathub
Restart your system after flatpak installation. Now open the terminal command-line application (ctrl+alt+t) and run below Done To Do flatpak install command.
flatpak install flathub dev.edfloreshz.Done
You can open it using below command.
flatpak run dev.edfloreshz.Done
And uninstall it using below command.
sudo flatpak uninstall dev.edfloreshz.Done
That’s all/