This repository was archived by the owner on Apr 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Command-line utility for tracking time spent working on arbitrary tasks. This is a third-party mirror of https://sourceforge.net/projects/wtime/
memarc/wtime
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About ----- wt is a time tracking tool Requirements ------------ libc Installation ------------ as normal user: $ make clean $ make as root: $ make install Configuration ------------- none Usage ----- wt -[asch] wt -r [<start> [<stop>]] options: -a : start counting -s : stop counting -c : display currently elapse time -h : display help -r [<start> [<stop>]] - display the sum from the period defined by start and stop - start defaults to the begining of the current month - stop defaults to the current time - the format of start and stop is %d-%m-%Y (man strptime(3))
About
Command-line utility for tracking time spent working on arbitrary tasks. This is a third-party mirror of https://sourceforge.net/projects/wtime/