efy / timer

A simple tool for keeping track of time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card

Timer is a small CLI tool for keeping track off time in the terminal.

Usage

# start a new timer
timer -new -label=<label>

# stop a running timer
timer -stop -label=<label>

# start a stopped timer
timer -start -label=<label>

# delete a timer
timer -delete -label=<label>

# print timers as a table
timer -list

By default times are stored in ~/.timers an alternate file can be passed using the file flag or via the TIMERS_FILE environment variable.

License

The code in this project is licensed under MIT license. See the LICENSE file for more details.

About

A simple tool for keeping track of time

License:MIT License


Languages

Language:Go 100.0%