aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-232-4/+69
|
* Add some docsGravatar Tom Willemsen2013-03-234-0/+721
|
* Add GPLv3 license infoGravatar Tom Willemsen2013-03-2310-3/+805
|
* Add conkeror moduleGravatar Tom Willemsen2013-03-232-0/+168
|
* Move lisp sources to lisp/Gravatar Tom Willemsen2013-03-236-2/+5
|
* 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 READMEGravatar Tom Willemsen2013-03-221-0/+46
|
* 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.
* Disable debugger for executableGravatar Tom Willemsen2013-03-211-1/+1
|
* 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-212-20/+46
| | | | | | | | | | | | | | | - 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.
* Make clark target depend on make-image.lispGravatar Tom Willemsen2013-03-211-1/+1
|
* Initial commitGravatar Tom Willemsen2013-03-206-0/+75