isle/tasks
2024-12-12 22:02:00 +01:00
..
soon Fix race-condition when CreateHost is called at the same time that reloadHosts runs 2024-12-12 21:26:09 +01:00
v0.0.3 Fix bug in nebula TUN device naming, causing it to force nebula to reload too much 2024-12-12 22:02:00 +01:00
README.md Move most TODOs into task files, introduce busiless to explore them 2024-12-10 21:36:56 +01:00
shell.nix Move most TODOs into task files, introduce busiless to explore them 2024-12-10 21:36:56 +01:00

tasks

This directory contains busiless task files. Each file corresponds to a task which must be done, unless it is located in a drafts directory in which case it is still under consideration.

Tasks are organized according to when they are planned for, except for tasks in the soon directory which are only planned in the loosest sense of the word.

Usage

Creating new task files is as simple as creating a new markdown file with the appropriate frontmatter, as described in the busiless documentation.

Within this directory you can run nix-shell to open a shell which has the busiless binary available. This binary can be used to visualize and explore the task files.

Example Usage:

To prioritize all tasks within the v0.0.3 directory:

busiless prioritize --root . --pattern '/v0.0.3/**'