Go to file
2021-03-02 11:06:37 -06:00
.gitignore Initial commit 2019-02-15 11:18:29 -06:00
README.md Update README.md 2019-02-26 08:28:55 -06:00
sort.go Should have commited before 2019-02-22 17:31:44 -06:00
timer.go When adding a new timer, prepend it to the list 2019-03-06 08:10:17 -06:00
timerlist.go Get most recent timer 2021-03-02 11:06:37 -06:00

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.