https://github.com/casprwang/command-count
command-line analytics
https://github.com/casprwang/command-count
analytics go golang shell zsh
Last synced: 7 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T11:57:12.000Z (almost 8 years ago)
- Last Synced: 2025-02-02T01:41:25.270Z (8 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

### Requirement
* Go 1.8+### Installation
```
$ go get github.com/wangsongiam/command-count/cmd/cmc/
```### Usage
```
$ cmc
```### LICENSE
MIT © [Song Wang](https://songwang.io/)