2019-09-05 09:18:08 +02:00
2019-09-05 09:08:57 +02:00
2019-09-05 09:06:25 +02:00
2019-09-05 09:18:08 +02:00
2019-09-05 09:02:20 +02:00
2019-09-05 09:08:57 +02:00
2019-09-05 09:15:45 +02:00
2019-09-05 09:18:08 +02:00
2019-09-05 09:08:57 +02:00
2019-09-05 09:02:20 +02:00

Markdown Timesheet

A command line interface to total up the time entries in a markdown file.

Installation

pip install markdown_timesheet

Usage

Given a timesheet.md like so:

# 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

Then,

$ add timesheet.md
10
Description
CLI to add up time entries in a Markdown file.
Readme GPL-3.0 81 KiB
Languages
Python 100%