aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/clark.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Simplify usage of call-commandGravatar Tom Willemsen2013-03-231-5/+5
|
* Add remove commandGravatar Tom Willemsen2013-03-231-0/+9
| | | | Removes a bookmark from the database.
* Add set-tags commandGravatar Tom Willemsen2013-03-231-7/+30
| | | | | The set-tags command clears any tags for the bookmark, and then adds the ones given.
* 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 GPLv3 license infoGravatar Tom Willemsen2013-03-231-0/+19
|
* Move lisp sources to lisp/Gravatar Tom Willemsen2013-03-231-0/+157