go-projecttxt/README.md

8 lines
343 B
Markdown

# go-projecttxt
A Go library for working with project.txt files.
A project.txt file is a plain text file for project management 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.