diff options
| author | Autumn | 2026-08-23 22:40:06 +0100 |
|---|---|---|
| committer | Autumn | 2026-08-23 22:40:06 +0100 |
| commit | 29416d4a716ced3ea5efefe348bf63eec2497c7b (patch) | |
| tree | a23f3ba4e134761d046f81e494e16c1682c926ee /README.md | |
| parent | f1288ac437097c6586e052d2eb28a9b3d112b40a (diff) | |
[meta] improved README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,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. |
