isle/tasks
2024-12-30 17:52:03 +01:00
..
bugs Added some bug tasks which came out of real world testing 2024-12-30 17:52:03 +01:00
docs More work on task planning and organization 2024-12-29 20:59:15 +01:00
drafts More work on task planning and organization 2024-12-29 20:59:15 +01:00
misc More work on task planning and organization 2024-12-29 20:59:15 +01:00
nats More work on task planning and organization 2024-12-29 20:59:15 +01:00
remove-host More work on task planning and organization 2024-12-29 20:59:15 +01:00
s3fs-fuse Spec out some new tasks, re-organize old ones 2024-12-24 09:39:01 +01:00
secrets/propagation More work on task planning and organization 2024-12-29 20:59:15 +01:00
README.md Spec out some new tasks, re-organize old ones 2024-12-24 09:39:01 +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.

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/**'