# ad-hoc task tracking
keeping track of what needs to be done, one task at a time,
in a text file because setting up an issue board is too much effort.
## bugs
- `git` serves *should* serve live from local directories,
but this requires reimplementing a bunch of `git` tools.
## tech debt
- unit testing would be nice
- deduplicate between `asis` and `git` serves
- use `inotify` for file watching when possible
## features
- parsing the config from a config file instead of hardcoding it
- misc stats-related helper commands:
- wordcounts and filesizes
- misc management-related helper commands:
- `publish` to put the current date on a post and moves it to the main directory and gives it a number
- `tags` for... tag management... of some kind. tbd
- different destinations for the build