summaryrefslogtreecommitdiffstats
path: root/clark.lisp
Commit message (Collapse)AuthorAgeFilesLines
* 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