1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed use of {} in format to {0} to be compatible with Python 2.6 and older.
kd0kfo
as David Coss
More... about 11 years ago
Added a list feature.
kd0kfo
as David Coss
More... over 11 years ago
Added payrate to named categories output.
kd0kfo
as David Coss
More... over 11 years ago
Added a payrate feature.
kd0kfo
as David Coss
More... over 11 years ago
Added a little variance in testing the summary, to allow the CI server to be a little slow.
kd0kfo
as David Coss
More... over 11 years ago
Added tests for punching in and summarizing.
kd0kfo
as David Coss
More... over 11 years ago
Merge branch 'master' of github.com:kd0kfo/timeclock
kd0kfo
as David Coss
More... over 11 years ago
Refactored test
kd0kfo
as David Coss
More... over 11 years ago
Reorganized test using decorator.
kd0kfo
as David Coss
More... over 11 years ago
Update README.md
kd0kfo
as David Coss
More... over 11 years ago
Changed unit test to use current time.
kd0kfo
as David Coss
More... over 11 years ago
Changed test to be verbose if a test fails.
kd0kfo
as David Coss
More... over 11 years ago
Added Travis CI file.
kd0kfo
as David Coss
More... over 11 years ago
Added unit test for date2unix.
kd0kfo
as David Coss
More... over 11 years ago
Added a last command to get the last punch.
kd0kfo
as David Coss
More... over 11 years ago
Renamed unix time script.
kd0kfo
as David Coss
More... over 11 years ago
Added missing names list.
kd0kfo
as David Coss
More... over 11 years ago
Added Effort Name List feature
kd0kfo
as David Coss
More... over 11 years ago
Refactored code. Split into module and scripts.
kd0kfo
as David Coss
More... over 11 years ago
Changed unxitime.py to allow the user to only specify time, assuming current day.
kd0kfo
as David Coss
More... almost 12 years ago
Updated punch.py to use the clock module's largest_running_time function.
kd0kfo
as David Coss
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)
kd0kfo
as David Coss
More... almost 12 years ago
Added missing manual punch reference to stop_all references.
kd0kfo
as David Coss
More... almost 12 years ago
Added unixtime script.
kd0kfo
as David Coss
More... almost 12 years ago
Added back missing switch function.
kd0kfo
as David Coss
More... almost 12 years ago
Rearranged if block.
kd0kfo
as David Coss
More... almost 12 years ago
Changed print_times to show the fraction of time spent on a category as a percentage.
kd0kfo
as David Coss
More... almost 12 years ago
Changed punch to use command rather than all command line flags.
kd0kfo
as David Coss
More... almost 12 years ago
Rearranged token parsing.
kd0kfo
as David Coss
More... almost 12 years ago
Added a comment syntax to clock data. Lines with first non-white space charater equal to '#' is a comment.
kd0kfo
as David Coss
More... almost 12 years ago