aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add history and auto-completionHEADmasterGravatar Tom Willemse2013-08-261-1/+3
| | | | | | 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.
* Add webjumps, history and file completionsGravatar Tom Willemse2013-08-261-1/+18
| | | | | | | 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'.
* Improve error notification for conkerorGravatar Tom Willemse2013-06-061-11/+13
|
* Add random commandGravatar Tom Willemse2013-06-041-1/+18
| | | | | | | | | | 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'.
* Add site and some complementary filesGravatar Tom Willemsen2013-04-071-0/+100
|
* Change order of script outputGravatar Tom Willemsen2013-03-281-3/+3
| | | | | The order of parameters for `--script' and without it was different, to keep things simple these should be the same.
* Make simple commands check stderrGravatar Tom Willemsen2013-03-271-7/+36
| | | | | Don't assume all operations will complete successfully, check the error output to see if something happened.
* Add bookmarked mode-line widgetGravatar Tom Willemsen2013-03-241-14/+51
| | | | | | | | | | | 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);
* Add clark-set-tags commandGravatar Tom Willemsen2013-03-241-0/+19
| | | | Replaces the previously added tags.
* Add clark-remove commandGravatar Tom Willemsen2013-03-241-0/+13
| | | | Removes the current url from the database.
* Add clark-edit commandGravatar Tom Willemsen2013-03-241-3/+34
|
* Fix commentaryGravatar Tom Willemsen2013-03-241-2/+1
|
* Add keybindings for existing commandsGravatar Tom Willemsen2013-03-241-0/+3
| | | | | Add keybindings for `clark-add-link', `clark-find-url' and `clark-find-url-new-buffer'.
* Add clark-exists-pGravatar Tom Willemsen2013-03-241-0/+25
| | | | Prints `yes' when the url is found in the database, `no' otherwise.
* Add keymap for conkerorGravatar Tom Willemsen2013-03-241-0/+2
| | | | | | | One could bind this keymap in their `.conkerorrc' to easily access all the functions provided by CLark's conkeror module. For example: define_key(content_buffer_normal_keymap, "b", clark_keymap);
* The command syntax has changedGravatar Tom Willemsen2013-03-241-1/+1
| | | | | | | This is not markam. Markam would try to figure out that you wanted to add a url to the database by looking for either `http://' or `https://' at the start of the first argument, but CLark uses the `add' command so there should be no confusion.
* Add GPLv3 license infoGravatar Tom Willemsen2013-03-232-3/+3
|
* Add conkeror moduleGravatar Tom Willemsen2013-03-232-0/+168