2014-01-02 23:04:33 +00:00
|
|
|
go-todotxt
|
|
|
|
==========
|
|
|
|
|
2014-01-03 13:21:27 +00:00
|
|
|
A Go todo.txt library.
|
|
|
|
|
2014-01-03 16:35:38 +00:00
|
|
|
The *todotxt* package is a Go client library for Gina Trapani's [todo.txt](https://github.com/ginatrapani/todo.txt-cli/) files.
|
2014-01-03 12:01:04 +00:00
|
|
|
It allows for parsing and manipulating of task lists and tasks in the todo.txt format.
|
|
|
|
|
2023-08-23 14:17:16 +00:00
|
|
|
## Example todo.txt
|
|
|
|
```
|
|
|
|
(A) Call Mom @Phone +Family
|
|
|
|
(A) Schedule annual checkup +Health
|
|
|
|
(B) Outline chapter 5 +Novel @Computer
|
|
|
|
(C) Add cover sheets @Office +TPSReports
|
|
|
|
Plan backyard herb garden @Home
|
|
|
|
Pick up milk @GroceryStore
|
|
|
|
Research self-publishing services +Novel @Computer
|
|
|
|
x Download Todo.txt mobile app @Phone
|
2014-01-03 19:08:05 +00:00
|
|
|
```
|