Expand description
Task planning DSL - Simple TOML-based task definitions.
Tasks are defined in tasks.toml and can be synced to/from Redis.
Structs§
- Task
Entry - A single task entry in the DSL
- Tasks
File - Tasks file structure
- Tasks
Meta - Metadata for the tasks file
Functions§
- init_
tasks_ file - Initialize a new tasks.toml file
- load_
tasks_ file - Load tasks from tasks.toml
- pull_
tasks_ from_ redis - Pull tasks from Redis to tasks.toml (placeholder for now)
- push_
tasks_ to_ redis - Push tasks from tasks.toml to Redis
- save_
tasks_ file - Save tasks to tasks.toml