blob: a079f52359c8b26b2fa7d209707f2ac6df139e72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Bunnytask
Bunnytask is a simple TODO.TXT manager, written in [Hare](https://harelang.org/).
## Configuration
The config file should be located at `${XDG_CONFIG_HOME}/bunnytask/config.ini` & is required to run. The following configuration options are available:
* `todo_path` *(required)*: the location of the TODO.TXT file(s). Supports multiple entries *(for multiple to-do files)* & `~`.
## Contributing
Patches & bug reports are welcome! Simply email the patch to [bugs+bunnytask@autumnfo.rest](mailto:bugs+bunnytask@autumnfo.rest) and I will take a look. :3
No LLM / AI-assisted contributions welcome - if you do I will explosion you.
|