A simple to-do list app for GNOME
Tasko /'tasko/ (task in Esperanto) is a simple to-do list for GNOME. It is designed to be simple and reliable. You just open the app, write down your tasks and close it. You can also mark the tasks as done and remove them later. Everything is fast and easy to use.
Install from the flatpak package with:
flatpak install tasko.flatpak
The flatpak package requires the org.gnome.Platform (version 40) runtime.
To uninstall, run flatpak uninstall com.github.xfgusta.tasko
.
- Python 3
python
- PyGObject
python-gobject
- GTK3
gtk3
- Meson
meson
- Ninja
ninja
Build and install with:
git clone https://github.com/xfgusta/tasko.git
cd tasko
meson build
And then ninja -C build install
as root.
To uninstall, run ninja -C build uninstall
as root as well.
The MIT License (MIT)
Copyright (C) 2021 Gustavo Costa