Go to file
2023-10-05 10:57:28 -05:00
.gitignore Initial commit 2019-02-15 11:18:29 -06:00
go.mod Several changes 2022-01-17 09:55:44 -06:00
README.md Updating timerlist 2022-11-18 13:57:43 -06:00
sort.go Id should always represent position in file 2023-09-07 13:06:40 -05:00
timer.go Add 'LooksLike' function 2023-10-05 10:57:28 -05:00
timerlist.go Id should always represent position in file 2023-09-07 13:06:40 -05: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.