<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clark/lisp, branch 0.1.0</title>
<subtitle>Store bookmarks, in common lisp.</subtitle>
<id>https://code.ryuslash.org/clark/atom?h=0.1.0</id>
<link rel='self' href='https://code.ryuslash.org/clark/atom?h=0.1.0'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/'/>
<updated>2013-03-30T14:46:54Z</updated>
<entry>
<title>Add sql macro</title>
<updated>2013-03-30T14:46:54Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-30T14:46:54Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=c442bbfe958cad776fd1e2dce3617e16216fb223'/>
<id>urn:sha1:c442bbfe958cad776fd1e2dce3617e16216fb223</id>
<content type='text'>
This gives SQL queries a little more Lisp-y feel and allows for better
formatting of the code written.
</content>
</entry>
<entry>
<title>Change order of script output</title>
<updated>2013-03-27T23:52:48Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-27T23:52:48Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=933a51ed707158c4c0eee879e3a4db885d644cc6'/>
<id>urn:sha1:933a51ed707158c4c0eee879e3a4db885d644cc6</id>
<content type='text'>
The order of parameters for `--script' and without it was different,
to keep things simple these should be the same.
</content>
</entry>
<entry>
<title>Clarify defcommand</title>
<updated>2013-03-27T23:39:29Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-27T23:39:29Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=dfd6f71c4d72002c8afda0f281507fda22b9ab29'/>
<id>urn:sha1:dfd6f71c4d72002c8afda0f281507fda22b9ab29</id>
<content type='text'>
Writing a command like with a normal labmda-list to indicate
parameters is much clearer than using an `args' parameter that
semmingly comes out of nowhere.
</content>
</entry>
<entry>
<title>Bump version in system, 0.0.1 is very low...</title>
<updated>2013-03-27T20:39:35Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-27T20:39:35Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=703f8f7782a748648c4293a8b0b98f9a93ceb50f'/>
<id>urn:sha1:703f8f7782a748648c4293a8b0b98f9a93ceb50f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print to *error-output* when an error occurs</title>
<updated>2013-03-27T20:38:15Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-27T20:38:15Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=ac7d88229238a30e7798e18ebe9a7117819576ef'/>
<id>urn:sha1:ac7d88229238a30e7798e18ebe9a7117819576ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load an init file at startup</title>
<updated>2013-03-24T20:57:59Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T20:57:59Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=30acc48afd7e99da2a2792cef027706a2b027931'/>
<id>urn:sha1:30acc48afd7e99da2a2792cef027706a2b027931</id>
<content type='text'>
With this init file one can change certain defaults, and define their
own commands.
</content>
</entry>
<entry>
<title>Update the help messages to include the option</title>
<updated>2013-03-23T19:58:00Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-23T19:58:00Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=eabe0f3978dd843e23b7ed30e7d225290c11fd30'/>
<id>urn:sha1:eabe0f3978dd843e23b7ed30e7d225290c11fd30</id>
<content type='text'>
The `--script' option was not yet documented in the help message.
</content>
</entry>
<entry>
<title>Simplify usage of call-command</title>
<updated>2013-03-23T19:57:13Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-23T19:57:13Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=9d5973a022c5673469f340ee1cc9517e440cbdbc'/>
<id>urn:sha1:9d5973a022c5673469f340ee1cc9517e440cbdbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add remove command</title>
<updated>2013-03-23T19:52:49Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-23T19:52:49Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=e41bb3a930fed58257ffcf1f0e82b10dedb1bbd4'/>
<id>urn:sha1:e41bb3a930fed58257ffcf1f0e82b10dedb1bbd4</id>
<content type='text'>
Removes a bookmark from the database.
</content>
</entry>
<entry>
<title>Add set-tags command</title>
<updated>2013-03-23T19:46:19Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-23T19:46:19Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=280769a2221145a3c75ce40fad0e949a6f5ac124'/>
<id>urn:sha1:280769a2221145a3c75ce40fad0e949a6f5ac124</id>
<content type='text'>
The set-tags command clears any tags for the bookmark, and then adds
the ones given.
</content>
</entry>
</feed>
