An open API service indexing awesome lists of open source software.

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

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
```