Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobycx/tick-cli
A cross-platform, lightweight stopwatch cli written in go
https://github.com/bobycx/tick-cli
Last synced: 14 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T15:38:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T17:20:40.969Z (2 months 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
![Travis (.com)](https://img.shields.io/travis/com/bobsyc/tick-cli?logo=travis&style=for-the-badge) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/bobsyc/tick-cli?logo=go&style=for-the-badge) ![GitHub](https://img.shields.io/github/license/bobsyc/tick-cli?style=for-the-badge)
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.