https://github.com/cherusk/tw_projector
Taskwarrior based doability projector and reviser
https://github.com/cherusk/tw_projector
convenience feasibility prediction projection taskwarrior taskwarrior2
Last synced: 3 months ago
JSON representation
Taskwarrior based doability projector and reviser
- Host: GitHub
- URL: https://github.com/cherusk/tw_projector
- Owner: cherusk
- License: mit
- Created: 2019-03-23T07:45:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T07:49:46.000Z (about 6 years ago)
- Last Synced: 2025-01-23T14:31:54.794Z (5 months ago)
- Topics: convenience, feasibility, prediction, projection, taskwarrior, taskwarrior2
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Taskwarrior projector
---### Gist
Taskwarrior offers many facilities to keep a structured overview even when
faced with a myriad of tasks. Yet, the real world can be complex and is full of
constraints, like priorities and conflicting task sizing proportions for
existing spare scheduling slots. To alleviate for the human operator the
decision taking burden of what to work off the bulk of tasks next and to
maintain visibility on the actual feasiblity of the coming steps in mind, this
light projector mechanism was created.### Usage Principle
1. generate a set of default meta run specifications and selected tasks
2. alter generation to fit current prospection interests
3. run with the previously alterated specification to learn the feasiblity and
quality of the foreseen scenarious### Usage Example
```
From run
1.)# ./invoke.py generate -c my_scenario.yml
2.)
# my_scenario.yml3.)
# ./invoke.py project -p my_scenario.yml```
### Install
For now, simply clone this.