isle/tasks
2024-12-26 19:36:39 +01:00
..
bugs Fix default garage ports not being used in 'storage add' 2024-12-26 19:36:39 +01:00
s3fs-fuse Spec out some new tasks, re-organize old ones 2024-12-24 09:39:01 +01:00
secrets/propagation Spec out some new tasks, re-organize old ones 2024-12-24 09:39:01 +01:00
soon Fix default garage ports not being used in 'storage add' 2024-12-26 19:36:39 +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/**'