timer

command module
v0.0.0-...-384c35b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2018 License: MIT Imports: 8 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL