aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/queries.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add remove-tags commandGravatar Tom Willemse2013-07-021-3/+15
| | | | | This command removes the given tags (or all if none are specified) from a bookmark's tag list.
* Move most queries to queries.lispGravatar Tom Willemse2013-06-041-11/+92
|
* Add random commandGravatar Tom Willemse2013-06-041-0/+46
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'.