https://github.com/zevaverbach/markdown_timesheet
CLI to add up time entries in a Markdown file.
https://github.com/zevaverbach/markdown_timesheet
Last synced: about 2 months ago
JSON representation
CLI to add up time entries in a Markdown file.
- Host: GitHub
- URL: https://github.com/zevaverbach/markdown_timesheet
- Owner: zevaverbach
- License: gpl-3.0
- Created: 2019-09-05T07:04:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T07:52:40.000Z (almost 7 years ago)
- Last Synced: 2025-12-09T08:03:13.215Z (6 months ago)
- Language: Python
- Homepage: https://pypi.org/project/markdown-timesheet/
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown Timesheet
A command line interface to total up the time entries in a markdown file.
## Usage
```
$ pip install markdown-timesheet
$ cat timesheet.md
# 5 Sep 2019
## 9:15-9:16, 9:20-9:25
Write spec, write client email.
- wrote really basic spec
- told client I'm starting the project
## 9:25-9:29
Write tests
$ add timesheet.md
10
```