Wtime is a command-line utility for tracking time spent working on arbitrary tasks. All the time data is saved in files residing in the .wtimed directory in the users home directory.
All reported times are in seconds.
$ make clean $ make $ make install (you'll probably have to be root for this step)
wtime [ -t task ] [ <action> ] -t task Specify the name of the task. It has to be a valid file- name. Only the first 32 characters are taken into account. The default value is "default". action is one of the following: -h Display help. -a Start counting. -s Stop counting. -c Display current elapsed time in seconds. -r [ start [ end ]] Display time spent on the task during the specified period. The parametres start and end represent the begginning and end of the reporting period respec- tively. The format of start and end is '%d-%m-%Y' (see strptime (1)). The default values are the cur- rent time for end and the begginning of the current month for the start parameter.
Copyright (c) MMV-MMVI Jan Podrouzek <jan -dot- podrouzek -at- gmail -dot- com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.