aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e323a4dc6d3eaa9c682f2aa9459151931f2cb66a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# todo-next

Manage a context-based next-action list, compatible with the
[GTD](https://en.wikipedia.org/wiki/Getting_Things_Done) method.

## Getting started

```bash
nix-shell --run "python src/main.py"
```

## Tests

```bash
scripts/test
```

## Links

- [Python standard library](https://docs.python.org/3.8/library/index.html)
- [Qt documentation](https://doc.qt.io/qt-5/qtwidgets-module.html)