logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wktimer — work timer

Description

       wktimer  provides  a  small timestamping utility with second-granularity. Useful to record your time as a
       Consultant.

Name

       wktimer — work timer

Notes

       Restamping the start mark of a timer will add the elapsed time to the cumulative count.

       Restamping the stop mark of a timer will extend the elapsed time (and thus, cumulative time) to "now".

Options

-Aname
              Create timer or restamp an existing timer's start time.

       -Dname
              Delete given timer.

       -F     Flush timer table (delete all timers).

       -H     Do not show header when printing the table with -L.

       -L [name]
              List specific timer (or all timers if no name given).

       -Sname[,name...]
              Stop timer(s).

       -Wname
              Switch to timer (deactive all timers and resume given timer).

       -Xname[,name...]
              Stop timer or extend an existing timer's stop time.

       -i     Show I-Start when printing the table with -L.

       -q     Be quiet.

       -s     Show Cumulative and Elapsed time in seconds.

       -tfile
              Use timer file (rather than ~/.timers).

See Also

hxtools(7)

hxtools                                            2008-02-06                                         wktimer(1)

Syntax

wktimer [-FHiqs] [-Aname] [-Dname] [-L [name]] [-Sname] [-Wname] [-tfile]

See Also