Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.