An open API service indexing awesome lists of open source software.

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.

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
```