https://github.com/kaustubhpatange/git-open
A command-line tool to open git project website of the containing repository.
https://github.com/kaustubhpatange/git-open
cli command-line git git-open github rust tool
Last synced: about 2 months ago
JSON representation
A command-line tool to open git project website of the containing repository.
- Host: GitHub
- URL: https://github.com/kaustubhpatange/git-open
- Owner: KaustubhPatange
- License: apache-2.0
- Created: 2021-03-23T05:09:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T06:04:56.000Z (over 4 years ago)
- Last Synced: 2025-02-16T15:29:50.505Z (8 months ago)
- Topics: cli, command-line, git, git-open, github, rust, tool
- Language: Rust
- Homepage:
- Size: 5.51 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# git-open
![]()
A command line tool to open git project website of the containing repository. Check complete list of arguments [here](https://github.com/KaustubhPatange/git-open/wiki/Command-line-options).

## Installation
The program is available for all major platforms _**Mac, Linux & Windows**_ however the installation procedure might differ.
- [Universal](https://github.com/KaustubhPatange/git-open/wiki/Installation#universal)
- [Windows](https://github.com/KaustubhPatange/git-open/wiki/Installation/#os)
- [Linux](https://github.com/KaustubhPatange/git-open/wiki/Installation/#linux)
- [Mac](https://github.com/KaustubhPatange/git-open/wiki/Installation/#mac)## Contribute
Contributions are very welcome! See [CONTRIBUTING](CONTRIBUTING.md) for more info.
## License
- [The Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
```
Copyright 2020 Kaustubh PatangeLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttps://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```