Initial Commit

This commit is contained in:
2022-06-07 13:50:33 -05:00
commit a1b8560b85
4 changed files with 338 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# 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.