File tree 1 file changed +18
-3
lines changed
1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Standup-rs
2
2
3
- ```
4
- Generate a report for morning standup using Github.
3
+ Generate a report for morning standup using Github events.
4
+
5
+ ## Features
6
+
7
+ - Supported events:
8
+ - PRs: opened, merged, reviewed
9
+ - Issues: opened, commented (optional, disable by default)
10
+ - Shortcuts for --since flag
11
+ - Copy-paste-able output for Slack
12
+ - Private repos are covered
13
+
14
+ ## Install
5
15
16
+ Go to [ releases page] ( https://github.com/smacker/standup-rs/releases ) and download a binary for your platform.
17
+
18
+ ## Usage
19
+
20
+ ```
6
21
USAGE:
7
22
standup_rs [FLAGS] [OPTIONS] --token <token> --user <user>
8
23
@@ -18,7 +33,7 @@ OPTIONS:
18
33
-l, --user <user> Github user login [env: STANDUP_LOGIN=]
19
34
```
20
35
21
- ### Example output
36
+ ## Example output
22
37
23
38
```
24
39
$ ./standup_rs -s today --issue-comments
You can’t perform that action at this time.
0 commit comments