20 lines
585 B
Markdown
20 lines
585 B
Markdown
go-todotxt
|
|
==========
|
|
|
|
A Go todo.txt library.
|
|
|
|
The *todotxt* package is a Go client library for Gina Trapani's [todo.txt](https://github.com/ginatrapani/todo.txt-cli/) files.
|
|
It allows for parsing and manipulating of task lists and tasks in the todo.txt format.
|
|
|
|
## 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
|
|
```
|