github-nippou

Print today's your GitHub activity for issues and pull requests.

MIT License

Downloads
49.8K
Stars
65
Committers
7

Bot releases are hidden (Show)

github-nippou - v3.0.0

Published by masutaka about 7 years ago

Changes from v2.0.1 (detail: https://github.com/masutaka/github-nippou/compare/v2.0.1...v3.0.0)

[Feature] Change output format

  • Before

    * [v3.0.0 - masutaka/github-nippou](https://github.com/masutaka/github-nippou/issues/59) by masutaka
    * [Enable to inject settings_gist_id instead of the settings - masutaka/github-nippou](https://github.com/masutaka/github-nippou/pull/63) by masutaka **merged!**
    * [Add y/n prompt to sub command \`init\` - masutaka/github-nippou](https://github.com/masutaka/github-nippou/pull/64) by masutaka **merged!**
    * [Add sub command \`open-settings\` - masutaka/github-nippou](https://github.com/masutaka/github-nippou/pull/65) by masutaka **merged!**
    * [Dockerize - masutaka/github-nippou](https://github.com/masutaka/github-nippou/pull/66) by masutaka **merged!**
    
  • After

    ### masutaka/github-nippou
    
    * [v3.0.0](https://github.com/masutaka/github-nippou/issues/59) by masutaka
    * [Enable to inject settings_gist_id instead of the settings](https://github.com/masutaka/github-nippou/pull/63) by masutaka **merged!**
    * [Add y/n prompt to sub command \`init\`](https://github.com/masutaka/github-nippou/pull/64) by masutaka **merged!**
    * [Add sub command \`open-settings\`](https://github.com/masutaka/github-nippou/pull/65) by masutaka **merged!**
    * [Dockerize](https://github.com/masutaka/github-nippou/pull/66) by masutaka **merged!**
    

[Feature] Customizable output format #58 by @ryz310

It should be run the new sub command init.

$ github-nippou init
This command will create a gist and update your `~/.gitconfig`.
Are you sure? [y/n] y
The github-nippou settings was created on https://gist.github.com/ecfa35cb546d8462277d133a91b13be9

And the gist_id was appended to your `~/.gitconfig`. You can
check the gist_id with following command.

    $ git config --global github-nippou.settings-gist-id

It requires gist scope. Update your token on https://github.com/settings/tokens

[Feature] Introduce new sub command open-settings

Open the Gist URL with your web browser

$ github-nippou open-settings
Open https://gist.github.com/ecfa35cb546d8462277d133a91b13be9

[Feature] Dockerize

You can use the dockerized github-nippou via bin/docker-github-nippou.

$ git clone https://github.com/masutaka/github-nippou.git
$ cd github-nippou/bin
$ ./docker-github-nippou help

Misc

  • Add rspec #58 by @ryz310
  • Introduce Travis CI
  • Refactoring
github-nippou - v3.0.0 beta1

Published by masutaka about 7 years ago

  • [Feature] customizable output format #58 by @ryz310
    • Introduce new sub command init

      $ github-nippou init
      => 1. Create new Gist.
      => 2. Add github-nippou.settings-gist-id to ~/.gitconfig
      
    • It requires gist scope. Update your token on https://github.com/settings/tokens

github-nippou - github-nippou-2.0.1

Published by masutaka over 8 years ago

  • Improve Authorization required message fc4fe264
github-nippou - github-nippou-2.0.0

Published by masutaka over 8 years ago

  • Enhancements
    • Remove options --all and --num #42
    • Add option --since-date #42
    • Add option --until-date #45
    • Add option --debug #55
    • Add sub command version #46
    • Improve performance #44 #47 #51
  • Bugfixes
    • Use current title #43
    • Fix status of issue or pull_request #52
  • Misc
    • Refactoring #48 #49 #50 #53 #54
github-nippou - github-nippou-1.2.0

Published by masutaka over 8 years ago

  • Enhancements
    • Sort by URL #40
    • Add status closed #41
github-nippou - github-nippou-1.1.1

Published by masutaka over 8 years ago

  • Enhancements
    • Add option -n #39
      • Increase event number from 30 to 50. It is number that retrieves from GitHub
github-nippou - github-nippou-1.1.0

Published by masutaka over 8 years ago

  • Enhancements
    • Add option -a using Thor #37
  • Bugfixes
    • Escape < and > #35
  • Misc
    • Refactor codes #34 #36
    • Remove fixed gem versions #38