<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clark-conkeror, branch master</title>
<subtitle>Conkeror interface for CLark.</subtitle>
<id>https://code.ryuslash.org/clark-conkeror/atom?h=master</id>
<link rel='self' href='https://code.ryuslash.org/clark-conkeror/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark-conkeror/'/>
<updated>2013-08-26T21:49:43Z</updated>
<entry>
<title>Add history and auto-completion</title>
<updated>2013-08-26T21:49:43Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-26T21:49:43Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark-conkeror/commit/?id=983aace0891517be4c6bebe31d31a79a4b537a33'/>
<id>urn:sha1:983aace0891517be4c6bebe31d31a79a4b537a33</id>
<content type='text'>
When using `clark-find-url' and `clark-find-url-new-buffer' a history of
items is kept and completion options should appear immediately when the
user starts typing.
</content>
</entry>
<entry>
<title>Add webjumps, history and file completions</title>
<updated>2013-08-26T21:47:29Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-26T21:47:29Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark-conkeror/commit/?id=19e80308ef679014749d19595e3ca7ae7a10ffa0'/>
<id>urn:sha1:19e80308ef679014749d19595e3ca7ae7a10ffa0</id>
<content type='text'>
When looking for a URL the webjumps, history and file completers are
also used, this should make `clark-find-url' and
`clark-find-url-new-buffer' able to replace `find-url' and
`find-url-new-buffer'.
</content>
</entry>
<entry>
<title>Improve error notification for conkeror</title>
<updated>2013-06-06T20:51:34Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-06T20:51:34Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark-conkeror/commit/?id=f596510d0d78d92c7fbf5119ce2728eda3db24ad'/>
<id>urn:sha1:f596510d0d78d92c7fbf5119ce2728eda3db24ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add random command</title>
<updated>2013-06-03T23:12:13Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-03T22:35:52Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark-conkeror/commit/?id=6c3dce90cb5896947a26f27432b41d180defe2b3'/>
<id>urn:sha1:6c3dce90cb5896947a26f27432b41d180defe2b3</id>
<content type='text'>
This command simply prints a random URL. A tag may be specified to limit
the search to that tag. In the Conkeror module this command immediately
loads the random bookmark in the current buffer.

- js/clark.js: If `error' is empty, return the value of `data'. This
  makes it easier for some commands to use the result of the command.
  Add `clark-random' to `clark_keymap'.
</content>
</entry>
<entry>
<title>Add site and some complementary files</title>
<updated>2013-04-07T01:52:48Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-04-07T01:48:21Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark-conkeror/commit/?id=baa9c5b70525f18349d2bc53887dc68193a5ce74'/>
<id>urn:sha1:baa9c5b70525f18349d2bc53887dc68193a5ce74</id>
<content type='text'>
</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-conkeror/commit/?id=09f37ea2e1a4ab254019a98d45d991eca758a636'/>
<id>urn:sha1:09f37ea2e1a4ab254019a98d45d991eca758a636</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>Make simple commands check stderr</title>
<updated>2013-03-27T20:48:02Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-27T20:48:02Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark-conkeror/commit/?id=cf50ebad50ef1c8321f0dde23afd28a51489b3c7'/>
<id>urn:sha1:cf50ebad50ef1c8321f0dde23afd28a51489b3c7</id>
<content type='text'>
Don't assume all operations will complete successfully, check the
error output to see if something happened.
</content>
</entry>
<entry>
<title>Add bookmarked mode-line widget</title>
<updated>2013-03-24T20:24:31Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T20:24:31Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark-conkeror/commit/?id=3ec871d500e79789f546d0425b069076e3f0a750'/>
<id>urn:sha1:3ec871d500e79789f546d0425b069076e3f0a750</id>
<content type='text'>
This widget shows whether or not the current buffer has been
bookmarked using `clark_bookmarked_string' and
`clark_not_bookmarked_string'. This widget can be enabled by using,
for example:

    add_hook("mode_line_hook",
             mode_line_adder(clark_bookmarked_widget),
             true);
</content>
</entry>
<entry>
<title>Add clark-set-tags command</title>
<updated>2013-03-24T15:43:32Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T15:43:32Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark-conkeror/commit/?id=765d59771f33f86d1dffa41c90ef67d309528009'/>
<id>urn:sha1:765d59771f33f86d1dffa41c90ef67d309528009</id>
<content type='text'>
Replaces the previously added tags.
</content>
</entry>
<entry>
<title>Add clark-remove command</title>
<updated>2013-03-24T15:30:52Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T15:30:52Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark-conkeror/commit/?id=7cd8f9d1964d23c5bab1cb20d875ab547539049e'/>
<id>urn:sha1:7cd8f9d1964d23c5bab1cb20d875ab547539049e</id>
<content type='text'>
Removes the current url from the database.
</content>
</entry>
</feed>
