wtime 0.2 review
Downloadwtime is a command line utility providing a way to track time spent on arbitrary tasks
|
|
wtime is a command line utility providing a way to track time spent on arbitrary tasks. The program serves as a front-end for plain text files that hold time data.
wtime provides a way to start/stop counting, display elapsed time, and display time spent in the selected time interval (defined by start and end date). The aim is to keep the program as simple as possible.
Requirements:
libc
Installation:
as normal user:
$ make clean
$ make
as root:
$ make install
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))
What's New in This Release:
Support for multiple tasks
Added manual page
Some cleanups
wtime 0.2 keywords