<feed xmlns='http://www.w3.org/2005/Atom'>
<title>todolist.git/todolist/parser.go, branch 0.7</title>
<subtitle>Simple GTD-style todo list for the command line.
</subtitle>
<id>http://forge.jan.systems/todolist.git/atom?h=0.7</id>
<link rel='self' href='http://forge.jan.systems/todolist.git/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/'/>
<updated>2017-06-12T12:13:15Z</updated>
<entry>
<title>Fix #64, parsing a todo with europe date format</title>
<updated>2017-06-12T12:13:15Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-06-12T12:13:15Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=c50de79c4828dbb4f9b5c23bf9e00ea4dea38a01'/>
<id>urn:sha1:c50de79c4828dbb4f9b5c23bf9e00ea4dea38a01</id>
<content type='text'>
* the `hasDue` function was not running, and therefore it was not parsing the due date.
* Also added the beginnings of a more holistic test approach, using `app_test.go`.
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2017-05-11T00:39:55Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-05-11T00:39:55Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=f70fd56e6f2144f19150fb0fca2508a5897ab48b'/>
<id>urn:sha1:f70fd56e6f2144f19150fb0fca2508a5897ab48b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Formatting</title>
<updated>2017-05-11T00:21:15Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-05-11T00:21:15Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=14502a4dee75e0da0915061f15928efb44d2b1ab'/>
<id>urn:sha1:14502a4dee75e0da0915061f15928efb44d2b1ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trim space of the subject</title>
<updated>2017-05-10T00:20:24Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-05-09T23:58:26Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=423d2a238487c21ef36621bf93442c87504bfc7c'/>
<id>urn:sha1:423d2a238487c21ef36621bf93442c87504bfc7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP on a unified edit</title>
<updated>2017-05-10T00:20:24Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-05-05T20:51:03Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=1056fecdccbb734dc732a2f795f2591d3c63f951'/>
<id>urn:sha1:1056fecdccbb734dc732a2f795f2591d3c63f951</id>
<content type='text'>
This allows a unified edit functionality that supports the following:

**`t e 25 due tom`**

* Edits the due date
* Leaves subject, projects and contexts unchanged

**`t e 25 take out the trash with @bob`

* Updates the subject, projects and contexts
* Leaves the due date unchanged

**`t e 25 take out the trash with @bob due tom`

* Updates the subject, projects and contexts
* Updates the due date

**What's missing**

* Tests that exercise this functionality
</content>
</entry>
<entry>
<title>subcommands like delete don't take a subject, so make it optional</title>
<updated>2017-05-10T00:20:24Z</updated>
<author>
<name>Michael Strüder</name>
<email>mikezter@gmail.com</email>
</author>
<published>2017-05-03T13:18:13Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=fdca747e173c20f59901207c3f1887cece2a9351'/>
<id>urn:sha1:fdca747e173c20f59901207c3f1887cece2a9351</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow any whitespace between subcommand, id and input</title>
<updated>2017-05-10T00:20:24Z</updated>
<author>
<name>Michael Strüder</name>
<email>mikezter@gmail.com</email>
</author>
<published>2017-05-03T08:42:15Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=bb2c579f02e9d273058a6d4d55593622923aaf9f'/>
<id>urn:sha1:bb2c579f02e9d273058a6d4d55593622923aaf9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>display an error on malformed input</title>
<updated>2017-05-10T00:20:24Z</updated>
<author>
<name>Michael Strüder</name>
<email>mikezter@gmail.com</email>
</author>
<published>2017-04-29T14:31:31Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=ed6ab22cbdbc475adf539637e45a67811ec0c15a'/>
<id>urn:sha1:ed6ab22cbdbc475adf539637e45a67811ec0c15a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extract subcommand, id, and input string in Parser</title>
<updated>2017-05-10T00:20:24Z</updated>
<author>
<name>Michael Strüder</name>
<email>mikezter@gmail.com</email>
</author>
<published>2017-04-29T14:19:24Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=aa5050461a30d36a384edd45d20585a89d3da344'/>
<id>urn:sha1:aa5050461a30d36a384edd45d20585a89d3da344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for showing tasks due the previous week.</title>
<updated>2017-04-17T19:36:46Z</updated>
<author>
<name>Ashish Vijayaram</name>
<email>initrd@gmail.com</email>
</author>
<published>2017-04-17T19:36:46Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=a0db863a64d1530b15a18725d323e87776a8a52c'/>
<id>urn:sha1:a0db863a64d1530b15a18725d323e87776a8a52c</id>
<content type='text'>
This is useful for those who need a report of entries from last week.
</content>
</entry>
</feed>
