Skip to content

efy/timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages