Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epiccakeking/yagta
Task app
https://github.com/epiccakeking/yagta
gtk gtk4
Last synced: 19 days ago
JSON representation
Task app
- Host: GitHub
- URL: https://github.com/epiccakeking/yagta
- Owner: epiccakeking
- License: gpl-3.0
- Created: 2022-02-28T23:20:57.000Z (almost 3 years ago)
- Default Branch: 0.2.x
- Last Pushed: 2022-03-22T23:49:14.000Z (almost 3 years ago)
- Last Synced: 2024-12-16T23:20:03.849Z (about 2 months ago)
- Topics: gtk, gtk4
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.