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
- Host: GitHub
- URL: https://github.com/lfcipriani/rtm-plugin-cli-standup
- Owner: lfcipriani
- License: mit
- Created: 2020-09-07T14:50:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T10:14:09.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T22:28:49.276Z (7 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
**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).