Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
/ tasko Public archive

A simple to-do list app for GNOME

License

Notifications You must be signed in to change notification settings

xfgusta/tasko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasko

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.

Installation

Flatpak

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.

Building from source

Requirements

  • 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.

License

The MIT License (MIT)

Copyright (C) 2021 Gustavo Costa