![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.
gitlink-cli
Advanced tools
Open gitlab/github/bitbucket in a browser from the console, using git remote as input
This is a small command line utility to open the current remote repository in a browser from the command line.
The idea is that you're in terminal, working on a repo, then just type gitlink
and your default browser magically opens the gitlab/github/bitbucket... url.
If you're not on a git repo, there's a nice and color error message.
Tested on mac only, created in a few minutes in node after banging my head on the table trying to make it work on bash.
yarn
, npm
)yarn global add gitlink-cli
npm -g install gitlink-cli
git clone https://github.com/bitbonsai/gitlink-cli.git
yarn link
in the directory is the fastest/easiest way to install (and be able to customize).npm link
also works, if you're not into yarn.Just go to a repo and type gitlink
to open a browser window with the repo. If you're on an environment without a browser or pass --print
, it will just print the URL, so you can command click (for my friends who work from ssh)
Or add part of a sha1
to it and open a single commit page: gitlink b844b99
(thanks for the idea, @ricardobeat)
FAQs
Open gitlab/github/bitbucket in a browser from the console, using git remote as input
The npm package gitlink-cli receives a total of 0 weekly downloads. As such, gitlink-cli popularity was classified as not popular.
We found that gitlink-cli 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.