summaryrefslogtreecommitdiffstats
path: root/clark.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Move lisp sources to lisp/Gravatar Tom Willemsen2013-03-231-157/+0
|
* Add macro defcommandGravatar Tom Willemsen2013-03-221-39/+50
| | | | | The defcommand macro defines a new command-line command. It also sets up some variables for the help function.
* Add search commandGravatar Tom Willemsen2013-03-221-1/+20
|
* Declare ignored variablesGravatar Tom Willemsen2013-03-211-0/+3
| | | | Keeps style-warning conditions from being raised.
* Separate help texts from help commandGravatar Tom Willemsen2013-03-211-4/+13
|
* Switch date and nameGravatar Tom Willemsen2013-03-211-1/+1
| | | | Oops, these were being passed-in in the wrong order.
* Update usage infoGravatar Tom Willemsen2013-03-211-1/+2
|
* Add add-commandGravatar Tom Willemsen2013-03-211-1/+36
| | | | | This command adds a new bookmark to the database and associates any given tags with the bookmark, adding them, if necessary, as well.
* Extract parse-args from clarkGravatar Tom Willemsen2013-03-211-2/+12
| | | | Keep functions nice and small.
* Reorder functions, add docstring to clarkGravatar Tom Willemsen2013-03-211-12/+16
|
* Move intern into make-command-nameGravatar Tom Willemsen2013-03-211-4/+4
|
* Make it do somethingGravatar Tom Willemsen2013-03-211-19/+45
| | | | | | | | | | | | | | | - Add constant `*version*' which contains the version number of the project. - Change `db-connect' to `check-db'. Update to using sqlite functions instead of cl-sql ones. - Move the bookmark collection loop to `get-bookmarks'. - When starting up, if the length of args is greater than 1 check if the given option is a known "command" and if so, call it with the command line arguments (minus the first). Otherwise show all the bookmarks.
* Initial commitGravatar Tom Willemsen2013-03-201-0/+39