Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdsq/open-git-remote-cli
CLI that opens git remote URLs in the browser
https://github.com/rdsq/open-git-remote-cli
Last synced: 29 days ago
JSON representation
CLI that opens git remote URLs in the browser
- Host: GitHub
- URL: https://github.com/rdsq/open-git-remote-cli
- Owner: rdsq
- Created: 2024-11-10T23:07:29.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-10T23:12:42.000Z (about 1 month ago)
- Last Synced: 2024-11-10T23:15:11.019Z (about 1 month ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Git Remote CLI
Open Git Remote is a CLI that opens git remotes in the browser (obviously)
## Installation
Install [it](https://www.npmjs.com/package/open-git-remote) using npm
```sh
npm i -g open-git-remote
```Or from source
```sh
git clone https://github.com/rdsq/open-git-remote-cli.git
cd open-git-remote-cli
npm i
npm i . -g
```Or with no installation at all
```sh
npx open-git-remote
```## Usage
Open the current repo remote
```sh
open-git-remote
```Open remote from a dir
```sh
open-git-remote ./my-repo
```Open specific remote
```sh
open-git-remote . origin
```