0.10.0
- New:
--website
option which opens the repository's website- Homepage of the repository for GitHub or GitHub Enterprise, GitLab pages, Bitbucket Cloud
- New:
--repo
now accepts only repository name. It opens the most popular repository searched with the repository name.- For example,
--repo react
opens https://github.com/facebook/react
- For example,
- Breaking:
--repo
no longer accepts remote name. Instead,--remote
(or-R
) is available. This is for avoiding confusing behavior that repo name is intended but remote name is accidentally matched. - Improve: Error handlings. Now invalid combination of options and arguments are reported as an error
- Many refactorings to clean up internal structure
This is a demo that -w -r react
can open https://reactjs.org: