<feed xmlns='http://www.w3.org/2005/Atom'>
<title>todolist.git/todo.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-09-27T18:55:35Z</updated>
<entry>
<title>Implement a done option</title>
<updated>2017-09-27T18:55:35Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-09-27T18:13:04Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=aac8a1f17beeb6069da999cde1fc20c251811318'/>
<id>urn:sha1:aac8a1f17beeb6069da999cde1fc20c251811318</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump todolist version</title>
<updated>2017-09-26T12:12:37Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-09-26T12:12:37Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=ffb472f7d84952228dd244f4911806f0e6a31e77'/>
<id>urn:sha1:ffb472f7d84952228dd244f4911806f0e6a31e77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #89 from NonerKao/note</title>
<updated>2017-09-21T17:16:10Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>s101062801@m101.nthu.edu.tw</email>
</author>
<published>2017-09-21T17:16:10Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=902d0f825abc3a18278aadc2a8c3cd45dd8d308d'/>
<id>urn:sha1:902d0f825abc3a18278aadc2a8c3cd45dd8d308d</id>
<content type='text'>
Add new feature: notes for todos</content>
</entry>
<entry>
<title>Refactor previous commits</title>
<updated>2017-08-29T09:00:18Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>s101062801@m101.nthu.edu.tw</email>
</author>
<published>2017-08-29T09:00:18Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=a716a04c831e4fb23cdd558756d8f393e4ef8d73'/>
<id>urn:sha1:a716a04c831e4fb23cdd558756d8f393e4ef8d73</id>
<content type='text'>
Rewrite the `ManipulateNotes` function into `HandleNotes`, which
routes the note sub-commands to calls of newly-written `Parse*Note`
functions.  On successful parse, these functions return true, and
false otherwise.

Related tests are also refined.
</content>
</entry>
<entry>
<title>update version</title>
<updated>2017-08-22T18:04:15Z</updated>
<author>
<name>Ingo Richter</name>
<email>ingo.richter+github@gmail.com</email>
</author>
<published>2017-08-22T18:04:15Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=01de2e1a7d2e9b082b76e110c1f4079db39c6875'/>
<id>urn:sha1:01de2e1a7d2e9b082b76e110c1f4079db39c6875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redefine sub-commands: "ln" and "n"</title>
<updated>2017-08-20T14:45:31Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>s101062801@m101.nthu.edu.tw</email>
</author>
<published>2017-08-20T14:45:31Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=34639c4285621177efb10b82ddb07cd0017af56a'/>
<id>urn:sha1:34639c4285621177efb10b82ddb07cd0017af56a</id>
<content type='text'>
Sub-command "ln" is redefined to the function of listing all todos
with their notes; "n" replaces original "ln", listing the notes of
a specific todo.
</content>
</entry>
<entry>
<title>Implement the "en" feature: Editting notes</title>
<updated>2017-08-14T08:34:33Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>s101062801@m101.nthu.edu.tw</email>
</author>
<published>2017-08-14T08:34:33Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=7c24f39a0fc8bb07dc9db4f5fecd3468705b1e37'/>
<id>urn:sha1:7c24f39a0fc8bb07dc9db4f5fecd3468705b1e37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement the "dn" feature: Deleteing notes</title>
<updated>2017-08-14T08:12:53Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>s101062801@m101.nthu.edu.tw</email>
</author>
<published>2017-08-14T08:12:53Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=c4d6dbdb100bb66db9b184c653617c47a63e91ca'/>
<id>urn:sha1:c4d6dbdb100bb66db9b184c653617c47a63e91ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement the "ln" feature: Listing notes of a todo</title>
<updated>2017-08-14T07:50:13Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>s101062801@m101.nthu.edu.tw</email>
</author>
<published>2017-08-14T07:45:22Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=26ec23620d50be79ea664a9095b3653be79e3874'/>
<id>urn:sha1:26ec23620d50be79ea664a9095b3653be79e3874</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement the "an" feature: Adding notes to todos</title>
<updated>2017-08-14T06:58:32Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>s101062801@m101.nthu.edu.tw</email>
</author>
<published>2017-08-14T06:41:40Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=5d28dac9b2e1d153f33551b968ab4c92cfce23ce'/>
<id>urn:sha1:5d28dac9b2e1d153f33551b968ab4c92cfce23ce</id>
<content type='text'>
This patch introduce a new attribute of a todo item, which is
"Notes", of type []string.  The following enhancing patches will
contain the listing, removing and editing features.
</content>
</entry>
</feed>
