Picker is a free and open source todo task management application for Linux. In this application you can add the todo items and pick something out of a list of things randomly. It can be useful if you have a list of tasks you want to do but don’t know which one to start.
How to Install Picker on Ubuntu
Picker is available as a flatpak app from the remote flathub store. First install flatpak and flathub on your system and restart it after the installation.
Now open the terminal app (ctrl+alt+t) and run below Picker todo app flatpak install command.
flatpak install flathub io.github.mezoahmedii.Picker
And open the Picker app using below command.
flatpak run io.github.mezoahmedii.Picker
You can also uninstall it using below command.
flatpak uninstall io.github.mezoahmedii.Picker
[OR]
sudo flatpak uninstall io.github.mezoahmedii.Picker