![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
List/Open unread GitHub Notifications.
$ gem install ghn
$ ghn help
Commands:
ghn help [COMMAND] # Describe available commands or one specific command
ghn list NAME # List unread notifications
ghn open NAME # Open unread notifications in browser
Options:
-a, [--all], [--no-all] # List/Open all unread notifications
-p, [--participating], [--no-participating] # List/Open notifications your are participating
[--follow-issuecomment], [--no-follow-issuecomment] # Follow issuecomment anchor URL
-s, [--sort], [--no-sort] # Sort notifications by url
NAME should be a username/reponame of repository.
$ ghn list
displays first 50 unread notifications to STDOUT.
$ ghn open rails/rails
opens first 50 unread notifications of rails/rails in your browser.
$ ghn open -a
opens all unread notifications in your browser.
$ ghn open -p
opens notifications your are participating only.
$ ghn open -s
opens notifications sorted by url.
You can set aliases as a shortcut of NAME.
Aliases should be stored to your global .gitconfig
file.
$ git config --global ghn.alias.play playframework/playframework
Now $ ghn open play
opens unread notifications of playframework/playframework in your browser.
NOTE: aliases must have ghn.alias namespace.
Please set ghn.token to your .gitconfig
.
$ git config --global ghn.token [Your GitHub access token]
You can also set access token via GHN_ACCESS_TOKEN
environment variable.
If you provide --follow-issuecomment
option, or set git config ghn.followissuecomment
to "yes", "on" or "true",
ghn follows #issuecomment- anchor URL as like GitHub's official notification link.
$ ghn open --follow-issuecomment
$ git config --global ghn.followissuecomment true
Commandline option overrides git config setting as well.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that ghn demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.