go-timertxt/README.md

8 lines
329 B
Markdown
Raw Permalink Normal View History

2019-02-15 18:46:34 +00:00
# go-timertxt
2019-02-15 17:18:29 +00:00
2019-02-26 14:28:55 +00:00
A Go library for working with timer.txt files.
A timer.txt file is a plain text file for timekeeping purposes. It stems from the same motivations as todo.txt (http://todotxt.org/).
This library is very similar to https://github.com/br0xen/go-todotxt, which is a fork of https://github.com/JamesClonk/go-todotxt.