This app is a chrome extension for stock issue comments in GitHub.
If you use this chrome extension, the following will happen to your GitHub.
- A
Stocked
button will be added to all issue comments. - The
Stocked Comments
link is added to the navbar of GitHub. - When you click
Stocked Comments
, the page will be displayed.
like this:
Install the extension from Chrome Web Store.
- Click
Stocked
on issuecomment.
- Click
Stocked Comments
on navbar.
- What you stocked is displayed.
$ yarn
$ # authorized
$ echo 'CLIENT_ID=set GitHub app client id' >> ./env
$ echo 'CLIENT_SECRET=set GitHub app client secret' >> ./env
$ yarn dev # for development
$ yarn build # for production
Register Oauth App
for Authorization from here
The chrome extension is available as open source under the terms of the MIT License.
The author is not responsible for any damage caused by using this chrome extension. Please use at your own risk.
- Fork it ( http://github.com/yukihirop/github-stocked-comments/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request