https://github.com/codewell/repo
Open git repository pages in your web browser from command line
https://github.com/codewell/repo
Last synced: 30 days ago
JSON representation
Open git repository pages in your web browser from command line
- Host: GitHub
- URL: https://github.com/codewell/repo
- Owner: codewell
- License: apache-2.0
- Created: 2021-03-04T21:27:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T08:09:53.000Z (about 4 years ago)
- Last Synced: 2023-03-02T23:06:08.092Z (over 3 years ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REPO
Command line tool for opening your repository in a webbrowser from command line
## Basic usage
```
cd /path/to/repository
repo
```
A browsertab with the repository homepage should open.
## Installation
Its easy to install with [climate](https://cli-mate.sh/)
```
climate install https://github.com/codewell/repo.git
```