readme
This commit is contained in:
34
README.md
34
README.md
@@ -1 +1,33 @@
|
|||||||
...
|
# Markdown Timesheet
|
||||||
|
|
||||||
|
A command line interface to total up the time entries in a markdown file.
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
Given a `timesheet.md` like so:
|
||||||
|
|
||||||
|
```
|
||||||
|
# 5 Sep 2019
|
||||||
|
|
||||||
|
## 9:15-9:16
|
||||||
|
Write spec, write client email.
|
||||||
|
- wrote really basic spec
|
||||||
|
- told client I'm starting the project
|
||||||
|
|
||||||
|
## 9:16-9:25
|
||||||
|
Write tests
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Then,
|
||||||
|
|
||||||
|
```
|
||||||
|
$ add timesheet.md
|
||||||
|
10
|
||||||
|
```
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install markdown_timesheet
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user