Commit graph

6 commits

Author SHA1 Message Date
209281dcd9 Add tags command 2013-10-06 15:06:19 +02:00
97d631db55 Change that crazy name
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.
2013-10-06 14:30:15 +02:00
31f1be23f2 Fix compilation errors 2013-10-06 13:47:31 +02:00
df47a68535 Add remove-tags command
This command removes the given tags (or all if none are specified) from
a bookmark's tag list.
2013-07-02 22:30:46 +02:00
7fd20d720d Move most queries to queries.lisp 2013-06-04 01:12:38 +02:00
9e6199a5aa Add random command
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'.
2013-06-04 01:12:13 +02:00