Changed use of {} in format to {0} to be compatible with Python 2.6 and older. |
|
More...
|
about 11 years ago
|
Added a list feature. |
|
More...
|
over 11 years ago
|
Added payrate to named categories output. |
|
More...
|
over 11 years ago
|
Added a payrate feature. |
|
More...
|
over 11 years ago
|
Added a little variance in testing the summary, to allow the CI server to be a little slow. |
|
More...
|
over 11 years ago
|
Added tests for punching in and summarizing. |
|
More...
|
over 11 years ago
|
Merge branch 'master' of github.com:kd0kfo/timeclock |
|
More...
|
over 11 years ago
|
Refactored test |
|
More...
|
over 11 years ago
|
Reorganized test using decorator. |
|
More...
|
over 11 years ago
|
Update README.md |
|
More...
|
over 11 years ago
|
Changed unit test to use current time. |
|
More...
|
over 11 years ago
|
Changed test to be verbose if a test fails. |
|
More...
|
over 11 years ago
|
Added Travis CI file. |
|
More...
|
over 11 years ago
|
Added unit test for date2unix. |
|
More...
|
over 11 years ago
|
Added a last command to get the last punch. |
|
More...
|
over 11 years ago
|
Renamed unix time script. |
|
More...
|
over 11 years ago
|
Added missing names list. |
|
More...
|
over 11 years ago
|
Added Effort Name List feature |
|
More...
|
over 11 years ago
|
Refactored code. Split into module and scripts. |
|
More...
|
over 11 years ago
|
Changed unxitime.py to allow the user to only specify time, assuming current day. |
|
More...
|
almost 12 years ago
|
Updated punch.py to use the clock module's largest_running_time function. |
|
More...
|
almost 12 years ago
|
Created a function to find the longest span of time in a given category. This returns a 3-ple that contains (timespan in seconds, start unixtime, end unixtime) |
|
More...
|
almost 12 years ago
|
Added missing manual punch reference to stop_all references. |
|
More...
|
almost 12 years ago
|
Added unixtime script. |
|
More...
|
almost 12 years ago
|
Added back missing switch function. |
|
More...
|
almost 12 years ago
|
Rearranged if block. |
|
More...
|
almost 12 years ago
|
Changed print_times to show the fraction of time spent on a category as a percentage. |
|
More...
|
almost 12 years ago
|
Changed punch to use command rather than all command line flags. |
|
More...
|
almost 12 years ago
|
Rearranged token parsing. |
|
More...
|
almost 12 years ago
|
Added a comment syntax to clock data. Lines with first non-white space charater equal to '#' is a comment. |
|
More...
|
almost 12 years ago
|