lfcipriani / rtm-plugin-cli-standup

rtm-cli plugin to generate standupmeeting notes out of Remember the Milk todo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTM-CLI Plugin Standup

This plugin generate a standup meeting report for a given day from my Remember the Milk tasks. Basically it answers 2 questions: what you did yesterday (or in the previous business day) and what you will be doing today.

This repository is a plugin for rtm-cli.

Command Usage

Usage: standup [options] [filter...]

Print daily standup meeting report for the given day.

Options:
  -d, --date <DD/MM/YYYY>  Date for the report. If you omit the default is today's date.

Examples:

$ rtm standup
$ rtm standup --date 07/09/2020 

Using with filter

$ rtm standup list:Work NOT tag:routine

Plugin Usage & Installation

  • cd ~/.rtm.plugins
  • Git clone this project
  • cd rtm-cli-plugin-standup
  • npm install --save

For more information on the plugin architecture installing a plugin, see the rtm-cli Wiki.

About

rtm-cli plugin to generate standupmeeting notes out of Remember the Milk todo app

License:MIT License


Languages

Language:JavaScript 100.0%