2014-01-02 23:04:33 +00:00
|
|
|
go-todotxt
|
|
|
|
==========
|
|
|
|
|
2014-01-03 12:01:04 +00:00
|
|
|
A Go todo.txt library.
|
|
|
|
|
|
|
|
The Package todotxt 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.
|
|
|
|
|
|
|
|
[![GoDoc](https://godoc.org/github.com/JamesClonk/go-todotxt?status.png)](https://godoc.org/github.com/JamesClonk/go-todotxt)
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
$ go get github.com/JamesClonk/go-todotxt
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
go-todotxt requires Go1.1 or higher.
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
See [GoDoc - Documentation](https://godoc.org/github.com/JamesClonk/go-todotxt) for further documentation.
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
The source files are distributed under the [Mozilla Public License, version 2.0](http://mozilla.org/MPL/2.0/), unless otherwise noted.
|
|
|
|
Please read the [FAQ](http://www.mozilla.org/MPL/2.0/FAQ.html) if you have further questions regarding the license.
|