Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/chaperone
Chaperone is a command line, time tracking utility
https://github.com/honza/chaperone
Last synced: about 6 hours ago
JSON representation
Chaperone is a command line, time tracking utility
- Host: GitHub
- URL: https://github.com/honza/chaperone
- Owner: honza
- License: other
- Created: 2011-04-14T19:12:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-03T23:39:58.000Z (over 13 years ago)
- Last Synced: 2024-04-16T01:44:52.668Z (7 months ago)
- Language: Python
- Homepage: https://github.com/honza/chaperone
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
chaperone.py
============Chaperone is a command line, time tracking utility.
### Getting started
To get started, out `chaperone.py` and edit the path to the file with your
hours. And then run:chaperone.py -i
### API
Print out what I'm currently working on.
chaperone.py
Print out all my projects:
chaperone.py --list-projects
chaperone.py -lAdd a new project:
chaperone.py --add-project "Project name"
chaperone.py -a "Project name"Print out how many billable hours I have worked this week:
chaperone.py --billable
chaperone.py -bPrint out daily report (how many hours I have worked today):
chaperone.py --report
chaperone.py -rTell chaperone.py that I have started working on a project:
chaperone.py --start "Project name"
chaperone.py --start ProjectName
chaperone.py -s "Project name"
chaperone.py -s ProjectNameTell chaperone.py that I have stopped/paused working on the current project:
chaperone.py --pause
chaperone.py -pResume a paused project:
chaperone.py --start
chaperone.py -s