Timetracker on command line interface written in Python.
- Clone this repository.
git clone https://github.com/shuhoy/cli_timetracker.git - Edit
projects.jsonandconfig.json. - Create alias of
python tracker.py. (optional)
Display project number and project name.
python tracker.py project
Start/Stop tracking.
python tracker.py track -p <PROJECT_NUMBER> -m <MEMO>
Display current tracking status.
python tracker.py status
- config.json
- Configuration of path to the log file and loaded file.
- projects.json
- Correspondence of project-name and project-number.
- Add exception handling.