Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casprwang/command-count
command-line analytics
https://github.com/casprwang/command-count
analytics go golang shell zsh
Last synced: about 2 months ago
JSON representation
command-line analytics
- Host: GitHub
- URL: https://github.com/casprwang/command-count
- Owner: casprwang
- License: mit
- Created: 2017-12-06T05:35:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T11:57:12.000Z (about 7 years ago)
- Last Synced: 2024-11-15T14:57:55.828Z (3 months ago)
- Topics: analytics, go, golang, shell, zsh
- Language: Go
- Homepage:
- Size: 3.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# command-count
show shell commands executed in your machine
![2017-12-06 06 54 10](https://user-images.githubusercontent.com/19645990/33660597-67aca9d6-da52-11e7-8428-c01544f54b1a.gif)
### Requirement
* Go 1.8+### Installation
```
$ go get github.com/wangsongiam/command-count/cmd/cmc/
```### Usage
```
$ cmc
```### LICENSE
MIT © [Song Wang](https://songwang.io/)