<feed xmlns='http://www.w3.org/2005/Atom'>
<title>todolist.git/todolist/todo_list.go, branch master</title>
<subtitle>Simple GTD-style todo list for the command line.
</subtitle>
<id>http://forge.jan.systems/todolist.git/atom?h=master</id>
<link rel='self' href='http://forge.jan.systems/todolist.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/'/>
<updated>2017-08-12T16:58:52Z</updated>
<entry>
<title>Swap a break for a continue.</title>
<updated>2017-08-12T16:58:52Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-08T15:11:37Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=d435ab85b203765e27b165d47e6155a73d84034c'/>
<id>urn:sha1:d435ab85b203765e27b165d47e6155a73d84034c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow for ranged ids in some commands</title>
<updated>2017-08-12T16:58:52Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-06T20:40:19Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=2976acd639b57853df315f80172b61ff75b9d7f3'/>
<id>urn:sha1:2976acd639b57853df315f80172b61ff75b9d7f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Group similar code together.</title>
<updated>2017-08-04T21:03:43Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-04T21:03:43Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=d59a0986f51e8a09c6c15446f7141acf86d27d41'/>
<id>urn:sha1:d59a0986f51e8a09c6c15446f7141acf86d27d41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Empower the todo_item to set its attributes correctly itself.</title>
<updated>2017-08-04T21:02:37Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-04T21:02:37Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=05ad454f50422f0eab4228e819cbadbe9e6a918a'/>
<id>urn:sha1:05ad454f50422f0eab4228e819cbadbe9e6a918a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `CompletedDate` to todo item.</title>
<updated>2017-04-09T01:24:16Z</updated>
<author>
<name>Ingo Richter</name>
<email>ingo.richter+github@gmail.com</email>
</author>
<published>2017-04-09T01:24:16Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=d2df602c25afe3193e2b4d434042b47de64a00e6'/>
<id>urn:sha1:d2df602c25afe3193e2b4d434042b47de64a00e6</id>
<content type='text'>
`CompletedDate` will save a timestamp in ISO8601 format (Internet date/
time format to preserve timezone information)

Added a new `Complete` and `Uncomplete` method for todo_item.
Currently a todo has a boolean flag and the timestamp to indicate that
the item is completed. The boolean flag could be kept for backward
compatibility (reading the json into memory), but should be omitted for
files being written.
</content>
</entry>
<entry>
<title>Merge branch 'master' into garbage-collect</title>
<updated>2017-03-07T13:12:35Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-03-07T13:12:35Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=5763376a7ef50a116f9585ffd280bbf8e37621d3'/>
<id>urn:sha1:5763376a7ef50a116f9585ffd280bbf8e37621d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add priority feature</title>
<updated>2017-03-03T23:30:06Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-03-03T23:30:06Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=c2114f083afeb1ac2cc28e9a83f3a9c591b59a1f'/>
<id>urn:sha1:c2114f083afeb1ac2cc28e9a83f3a9c591b59a1f</id>
<content type='text'>
Now, todos have a priority flag.  When listed, these todos will be
bolded and italic.

You can list todos by priority by running `todolist l p`.
</content>
</entry>
<entry>
<title>Add garbage collection feature</title>
<updated>2017-03-03T22:42:27Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-03-03T22:42:27Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=f6c9296952b062803a4991d3f97f76d61b0cc488'/>
<id>urn:sha1:f6c9296952b062803a4991d3f97f76d61b0cc488</id>
<content type='text'>
* Add `todo gc`, which will delete all archived todos.
* `NextId` will now take the first available id, rather than just the MaxId + 1.
</content>
</entry>
<entry>
<title>Refactor todolist stuff out of the file store implementation</title>
<updated>2016-06-12T13:49:38Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-06-12T13:49:38Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=d8d4510d2faebff633d6e98fa4812f2461ae85b6'/>
<id>urn:sha1:d8d4510d2faebff633d6e98fa4812f2461ae85b6</id>
<content type='text'>
</content>
</entry>
</feed>
