https://github.com/astrofrog/timecard
A simple Python + Dropbox based command-line timecard
https://github.com/astrofrog/timecard
Last synced: 11 months ago
JSON representation
A simple Python + Dropbox based command-line timecard
- Host: GitHub
- URL: https://github.com/astrofrog/timecard
- Owner: astrofrog
- Created: 2012-02-19T11:06:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-19T11:06:47.000Z (over 14 years ago)
- Last Synced: 2025-02-23T01:46:16.907Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
=====
A simple timecard command line utility in Python. There are others that
exist on GitHub, but I wanted to write my own for fun. This version uses
a SQLite database in Dropbox, so can be used across computers.
Installing
==========
$ python setup.py install
Using
=====
To start working on a project/task:
$ tc start project_name
To stop working on a project/task:
$ tc stop project_name
In future, I'll add some statistics commands, but for now the priority
is to start logging tasks.