Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/epiccakeking/yagta

Task app
https://github.com/epiccakeking/yagta

gtk gtk4

Last synced: 19 days ago
JSON representation

Task app

Awesome Lists containing this project

README

        

# YAGTA

Yet Another GTK Task Application.

This project is a work in progress. Please report any bugs in the issues.

## Running
```commandline
git clone https://github.com/epiccakeking/yagta.git -b 0.2.x
cd yagta
python -m yagta
```

## Project state

The DB is mostly implemented.
There is no way to run the cleanup function from the GUI.
Some fields such as tags and dates are not yet implemented.

The basic GUI is implemented, but parts might need to be rewritten.