did 0.1.0

A tool to keep track of the activities done
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# did

A tool to keep track of the activities done, inspired by this post: [did.txt file][blog].



## Usage



```sh
$ did "Writing the README"
```

This will produce a `~/did.txt` file with the logs appended.

[blog]: https://theptrk.com/2018/07/11/did-txt-file/