Micro tool to print Markdown formatted list of pull requests closed on a given github repository since given date
``` pulls_since 0.4.0 Print Markdown formatted list of pull requests closed since given date
USAGE:
pulls_since [OPTIONS] --owners
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-e, --exclude-login
Show all pull requests to rust-lang-nursery/rust-cookbook and budziq/pulls_since
between 30.09.2017 and 07.10.2017 omitting ones made by user budziq.
bash
pulls_since --repos rust-lang-nursery/rust-cookbook budziq/pulls_since -s 30.09.2017 -u 07.10.2017 -e budziq
Show all pull requests within github organizaion rust-lang-nursery or against repositories
owned by user budziq made since 30.09.2017.
bash
pulls_since --owners rust-lang-nursery budziq -s 30.09.2017
Few date formats are available. Including "dd.mm.yyyy", "dd.mm" and "yyyy/mm/dd"
```markdown
By default pulls_since
uses unauthorized flow which will get your requests
throthled quickly. To make large number of requests or operate on really big
repositories please use the github
token authorization.
Either export your token as an environmental variable or put it in an .env
file somewhere above your current woking directory.
bash
GITHUB_TOKEN=39984770ba9ba1c663b6b50beab9b004