Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/timecard
python timecard script
https://github.com/kisom/timecard
Last synced: 18 days ago
JSON representation
python timecard script
- Host: GitHub
- URL: https://github.com/kisom/timecard
- Owner: kisom
- Created: 2011-03-07T20:56:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-07T22:41:34.000Z (over 13 years ago)
- Last Synced: 2024-10-11T02:46:24.005Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
timecard.py:
a simple timecard / clocking program.i was inspired by a ruby program i saw on hacker news,
artem's "C.rb, A Time Clocker For Your Next Project" (available at
http://artem.posterous.com/crb-a-time-clocker-for-your-next-project).what does it do better and why rewrite it?
basically, i wanted the ability to keep track of which project i was
and the ability to report statistics per-project.caveats:
projects cannot have a dash in their name because of the way dates
are parsed. this is a known bug and will hopefully be addressed.usage spec:
tc clock in or out of project
tc ? am i clocked in?
tc --conky conky-friendly version of '?' command
tc --time basic statistics on time spent
tc --report
report statistics based on time period
tc --projects list projects worked on
tc -h prints usage
tc --log show timecard log