Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pwntester/gh-cdr
- Owner: pwntester
- Created: 2023-03-20T20:34:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-21T11:26:40.000Z (over 1 year ago)
- Last Synced: 2024-06-21T16:55:50.026Z (5 months ago)
- Topics: gh-extension
- Language: Go
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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