aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add edit commandGravatar Tom Willemsen2013-03-231-0/+22
| | | | Allows one to edit the name and description of a bookmark.
* Check argument numbers for each commandGravatar Tom Willemsen2013-03-231-12/+23
| | | | | This should keep error conditions from being signalled when someone enters the wrong number of arguments.
* Add --script optionGravatar Tom Willemsen2013-03-231-26/+33
| | | | | When passing in the --script option all output will be formatted in a machine-readable way.
* Simplify get-bookmarksGravatar Tom Willemsen2013-03-231-8/+2
|
* Fix typoGravatar Tom Willemsen2013-03-231-1/+1
|
* Simplify the exists commandGravatar Tom Willemsen2013-03-231-8/+3
|
* Hide command detailGravatar Tom Willemsen2013-03-231-2/+6
| | | | | Hide the fact that a command is just of the form NAME-command by abstracting it away into a macro.
* Improve help messagesGravatar Tom Willemsen2013-03-231-16/+45
| | | | The `help' command can now be used to view help about other commands.
* Add exists commandGravatar Tom Willemsen2013-03-231-4/+15
| | | | This command shows whether or not the given url is known to CLark.
* Place the database in XDG_DATA_HOME if possibleGravatar Tom Willemsen2013-03-231-2/+16
|
* Add some Makefile targetsGravatar Tom Willemsen2013-03-231-1/+22
|
* Add GPLv3 license infoGravatar Tom Willemsen2013-03-235-0/+93
|
* Move lisp sources to lisp/Gravatar Tom Willemsen2013-03-235-0/+191