https://github.com/jmcph4/timekeeper
Simple time auditor
https://github.com/jmcph4/timekeeper
auditing log productivity python python3 slice time-tracker
Last synced: 11 months ago
JSON representation
Simple time auditor
- Host: GitHub
- URL: https://github.com/jmcph4/timekeeper
- Owner: jmcph4
- License: mit
- Created: 2017-07-17T10:27:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T03:32:35.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T00:44:11.982Z (over 1 year ago)
- Topics: auditing, log, productivity, python, python3, slice, time-tracker
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Timekeeper #
---
Timekeeper is a plain and simple time audit tool. You interact with Timekeeper via a simple interactive shell, with a small and direct set of commands for interacting with logs and slices.
To start using Timekeeper:
git clone https://github.com/jmcph4/timekeeper.git
cd timekeeper
python main.py
## Concepts ##
### Slice ###
A *slice* is a slice of your time. It has four things:
- start time
- end time
- category
- description
### Log ###
A *log* is simply a collection of slices. It's a story about how you spend your time.
## Technical ##
Timekeeper's implementation is as simple as its purpose. A Python 3.x package, with two modules defined:
- `slice`
- `log`