An open API service indexing awesome lists of open source software.

https://github.com/lfcipriani/rtm-plugin-cli-standup

rtm-cli plugin to generate standupmeeting notes out of Remember the Milk todo app
https://github.com/lfcipriani/rtm-plugin-cli-standup

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/dwaring87/rtm-cli).

## Command Usage

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

Print daily standup meeting report for the given day.

Options:
-d, --date

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](https://github.com/dwaring87/rtm-cli/wiki).