github.com/cherryramatisdev/taskwarrior-scrum

Taskwarrior visualizer for important scrum rituals

2 stars
0 dependents
License: MIT

Nothing has been indexed for 6 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  taskwarrior-scrum:
    github: cherryramatisdev/taskwarrior-scrum
    version: ~> 6

Then run:

shards install

shard.yml

No shard.yml has been indexed for 6. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

Taskwarrior Scrum

This binary is reponsible to read the files ~/.task/*.data provided by taskwarrior and output with cool UIs for your different scrum rituals.

Installation

You can download from the release page

Usage

Demo: https://github.com/cherryramatisdev/cherryramatisdev-taskwarrior-scrum/assets/86631177/efbd3c86-af5e-4ebe-a624-6ca48dab701d

Commands available with examples

  • completed
taskwarrior-scrum completed

or with a specific date

taskwarrior-scrum completed 05/06/2023
  • daily
taskwarrior-scrum daily

or with a specific date

taskwarrior-scrum daily 05/06/2023
  • pending
taskwarrior-scrum pending

or with a specific date

taskwarrior-scrum pending 05/06/2023
  • generate
taskwarrior-scrum generate --type=zsh # type can be zsh or bash

Contributing

  1. Fork it (https://github.com/cherryramatisdev/taskwarrior-scrum/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors