https://github.com/bobycx/tick-cli
A cross-platform, lightweight stopwatch cli written in go
https://github.com/bobycx/tick-cli
Last synced: over 1 year ago
JSON representation
A cross-platform, lightweight stopwatch cli written in go
- Host: GitHub
- URL: https://github.com/bobycx/tick-cli
- Owner: bobycx
- License: mit
- Created: 2021-10-02T23:35:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T15:38:10.000Z (over 3 years ago)
- Last Synced: 2025-01-11T18:31:01.662Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tick CLI
  
A cross-platform, lightweight stopwatch cli written in go
Note: Project is extremely premature. First go project so the code is pretty bad; will refactor sometime soon :))
## Installation
Download **[Go](https://golang.org/dl/)** if you haven't already ~
```shell
git clone https://github.com/bobsyc/tick-cli.git
cd tick-cli && go install
```
Start tick cli by running `tick-cli` (you can navigate to the binary path by running `go env GOPATH` and navigating to the bin directory in it) . Press 'p' to pause and ctrl-c to quit (you can expect features like a timer mode)

## License
This project, tick-cli, is under an MIT license. See [LICENSE](https://github.com/bobsyc/tick-cli/blob/master/LICENSE) for more information.