IPlan is a free and open source todo application for Linux. Using IPlan, you can plan and manage your task and its time easily. It comes with task timer, build-in global task search, create project and task lists, drag and drop task, keyboard shortcuts and many more. It is written in Rust and released under GNU General Public License v3.0.
How to Install IPlan on Ubuntu
IPlan is available as a flatpak package file from the remote flathub store. If you don’t have then install flatpak and flathub on your system and restart it after the installation.
After that open the terminal app using the ctrl+alt+t keys and run below IPlan flatpak install command. It will install the latest version of IPlan task app on your system.
flatpak install flathub ir.imansalmani.IPlan
After the successful installation of IPlan, you can open it using below command.
flatpak run ir.imansalmani.IPlan
And also uninstall it using below commands if you don’t link it.
flatpak uninstall ir.imansalmani.IPlan
[OR]
sudo flatpak uninstall ir.imansalmani.IPlan
That’s it.