Crates.io | gopen |
lib.rs | gopen |
version | 1.1.0 |
source | src |
created_at | 2024-07-12 06:37:02.901321 |
updated_at | 2024-07-12 06:37:02.901321 |
description | A command-line tool to open Git repository remote URL in your browser |
homepage | |
repository | https://github.com/libratiger/gopen |
max_upload_size | |
id | 1300424 |
size | 20,053 |
gopen
is a command-line tool designed to open the remote URL of a Git repository in your browser like macOS open
command.
You can install gopen
via Homebrew:
brew tap libratiger/homebrew-tap
brew install gopen
Run gopen
in the current Git repository directory to automatically open the first remote URL.
gopen
Search for and open the remote URL in the specified directory.
gopen /path/to/git-repo
Use the -i
parameter to enter interactive mode, allowing the user to select a remote URL to open.
gopen -i
Or use interactive mode in a specified directory:
gopen /path/to/git-repo -i
# Default mode, opens the remote URL in the current directory
gopen
# Specified directory
gopen /path/to/git-repo
# Interactive mode
gopen -i
# Specified directory with interactive mode
gopen /path/to/git-repo -i
Issues, feature requests, and pull requests are welcome. Please visit the GitHub repository to contribute.
gopen
is licensed under the MIT License.