aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/queries.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add tags commandHEADmasterGravatar Tom Willemse2013-10-061-0/+9
|
* Change that crazy nameGravatar Tom Willemse2013-10-061-1/+1
| | | | | Practical Common Lisp suggested that most Lisp projects used Java-like naming schemes. I have not seen this happen in the real world so much.
* Fix compilation errorsGravatar Tom Willemse2013-10-061-0/+4
|
* 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'.