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
- Host: GitHub
- URL: https://github.com/sh0n0/ghcc
- Owner: sh0n0
- License: mit
- Created: 2020-06-28T11:09:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T17:29:48.000Z (over 5 years ago)
- Last Synced: 2024-06-20T09:08:04.922Z (almost 2 years ago)
- Topics: ghq, scc
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```