Go to file
Brian Buller 9ef6c61051 Combine functions 2023-08-23 11:55:45 -05:00
README.md Initial Commit 2022-06-07 13:50:33 -05:00
go.mod Initial Commit 2022-06-07 13:50:33 -05:00
project.go Rework to match other .txt projects 2023-08-23 11:22:19 -05:00
projectlist.go Combine functions 2023-08-23 11:55:45 -05:00

README.md

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.