Store bookmarks, in common lisp.
Find a file
Tom Willemsen 6d1a3b02e0 Make it do something
- 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.
2013-03-21 00:54:06 +01:00
.gitignore Initial commit 2013-03-20 21:58:10 +01:00
clark.asd Initial commit 2013-03-20 21:58:10 +01:00
clark.lisp Make it do something 2013-03-21 00:54:06 +01:00
make-image.lisp Make it do something 2013-03-21 00:54:06 +01:00
Makefile Make clark target depend on make-image.lisp 2013-03-21 00:49:58 +01:00
package.lisp Initial commit 2013-03-20 21:58:10 +01:00