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

https://github.com/sh0n0/ghcc

A wrapper tool of ghq and scc
https://github.com/sh0n0/ghcc

ghq scc

Last synced: 5 months ago
JSON representation

A wrapper tool of ghq and scc

Awesome Lists containing this project

README

          

# ghcc
ghcc combines ghq (repository management tool) with scc (code counter).
## Install

```
$ go get github.com/kwQt/ghcc
```

## Dependencies
- [x-motemen/ghq](https://github.com/x-motemen/ghq)
- [boyter/scc](https://github.com/boyter/scc)

## Commands

### get
get source code from repository by using ghq get, and then show scc results.

```
$ ghcc get https://github.com//.git
```
You can remove source code automatically if you enter "y" at the last prompt.

### ls
display history of scc results as list.

```
$ ghcc ls
```

### clear
clear all history
```
$ ghcc clear
```