Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhaochunqi/git-open
Open your git repo in browser using one command
https://github.com/zhaochunqi/git-open
git github gitlab
Last synced: about 1 month ago
JSON representation
Open your git repo in browser using one command
- Host: GitHub
- URL: https://github.com/zhaochunqi/git-open
- Owner: zhaochunqi
- License: mit
- Created: 2024-06-13T15:37:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T10:17:27.000Z (6 months ago)
- Last Synced: 2024-10-19T22:37:44.383Z (2 months ago)
- Topics: git, github, gitlab
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Open
[![Go Report Card](https://goreportcard.com/badge/github.com/zhaochunqi/git-open)](https://goreportcard.com/report/github.com/zhaochunqi/git-open)
This is a Go-based tool that allows you to open the current repository in a web browser. It's a simple yet efficient solution for quickly accessing your project's online resources.
## Features
* Easy Access: Open your repository in a web browser with a single command.
* Cross-Platform: Built using Go, the tool is compatible with various operating systems.
* Lightweight: Minimal dependencies and efficient code ensure the tool runs smoothly.## Installation
To install the tool, you'll need to have Go installed on your system. Once Go is installed, you can install the tool using the following command:`go get -u github.com/zhaochunqi/git-open`
## Usage
Navigate to your project's directory and run the following command:
`git-open` or `git open`
This will open your repository in the default web browser.
## Contributing
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please submit a pull request. For major changes, please open an issue first to discuss what you would like to change.