pulls_since Build Status crates.io

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 ... --repos ...

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -e, --exclude-login ommit PR's by given login (bots etc.) -o, --owners ... space separated list of owners or org names -r, --repos ... space separated list of 'owner/repo' -s, --since start date argument dd.mm.yyyy -u, --until end date argument dd.mm.yyyy ```

Example usage

Few date formats are available. Including "dd.mm.yyyy", "dd.mm" and "yyyy/mm/dd"

Example output

```markdown

rust-lang-nursery/rust-cookbook

budziq/pulls_since

Rendered output

rust-lang-nursery/rust-cookbook

budziq/pulls_since

Authorization

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

License

MIT