Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pwntester/gh-cdr

gh-cdr
https://github.com/pwntester/gh-cdr

gh-extension

Last synced: 25 days ago
JSON representation

gh-cdr

Awesome Lists containing this project

README

        

# gh-cdr

Manage all your GitHub.com repos locally

## Installation

You need to set up a function in your bash `rc` file to CD into the repo directory. eg:

```
function cdr() {cd $(gh cdr $@)}
```

## Usage

Once the above function is created you can use either `cdr pwntester/gh-cdr` or `cdr pwntester gh-cdr` to CD into your local copy of the repo or clone it if it was not downloaded previously