ztm
This repository has been archived on 2022-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2019-01-09 09:03:04 +02:00
.gitignore edit task content; list content 2018-02-15 01:34:54 +02:00
abcex.py create task, list 2018-02-14 17:16:03 +02:00
bcolors.py create task, list 2018-02-14 17:16:03 +02:00
config.py manage time slots 2019-01-09 09:03:04 +02:00
default.db create task, list 2018-02-14 17:16:03 +02:00
LICENSE Initial commit 2018-02-13 10:58:40 +02:00
model.py manage time slots 2019-01-09 09:03:04 +02:00
params.py global params; default hidden done tasks; toggle active 2018-02-25 22:31:42 +02:00
README.md small fixes 2019-01-06 23:13:15 +02:00
screen.py fix task done 2019-01-07 22:26:16 +02:00
tag.py manage time slots 2019-01-09 09:03:04 +02:00
task.py task with Screen printing 2019-01-07 09:28:05 +02:00
ztm.py move prints to Screen class 2019-01-07 08:58:44 +02:00

ztm

Task manager that stores in sqlite. Should be possible to work from console, search with FZF, editable with ViM.

Instalation

sudo pip install --upgrade git+git://github.com/m42e/pyfzf.git