25 lines
746 B
Markdown
25 lines
746 B
Markdown
|
# tasks
|
||
|
|
||
|
This directory contains [busiless][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][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:
|
||
|
|
||
|
```bash
|
||
|
busiless prioritize --root . --pattern '/v0.0.3/**'
|
||
|
```
|
||
|
|
||
|
[busiless]: https://dev.mediocregopher.com/busiless/
|