Update README.md

This commit is contained in:
Brian Buller 2019-02-26 08:28:55 -06:00 committed by GitHub
parent 96a75b058d
commit 99fbdb003a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,7 @@
# go-timertxt
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.