| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplify get-bookmarks | 2013-03-23 | 1 | -8/+2 | |
| | | |||||
| * | Fix typo | 2013-03-23 | 1 | -1/+1 | |
| | | |||||
| * | Simplify the exists command | 2013-03-23 | 1 | -8/+3 | |
| | | |||||
| * | Hide command detail | 2013-03-23 | 1 | -2/+6 | |
| | | | | | | Hide the fact that a command is just of the form NAME-command by abstracting it away into a macro. | ||||
| * | Improve help messages | 2013-03-23 | 1 | -16/+45 | |
| | | | | | The `help' command can now be used to view help about other commands. | ||||
| * | Add exists command | 2013-03-23 | 1 | -4/+15 | |
| | | | | | This command shows whether or not the given url is known to CLark. | ||||
| * | Place the database in XDG_DATA_HOME if possible | 2013-03-23 | 1 | -2/+16 | |
| | | |||||
| * | Add some Makefile targets | 2013-03-23 | 2 | -4/+69 | |
| | | |||||
| * | Add some docs | 2013-03-23 | 4 | -0/+721 | |
| | | |||||
| * | Add GPLv3 license info | 2013-03-23 | 10 | -3/+805 | |
| | | |||||
| * | Add conkeror module | 2013-03-23 | 2 | -0/+168 | |
| | | |||||
| * | Move lisp sources to lisp/ | 2013-03-23 | 6 | -2/+5 | |
| | | |||||
| * | Add macro defcommand | 2013-03-22 | 1 | -39/+50 | |
| | | | | | | The defcommand macro defines a new command-line command. It also sets up some variables for the help function. | ||||
| * | Add README | 2013-03-22 | 1 | -0/+46 | |
| | | |||||
| * | Add search command | 2013-03-22 | 1 | -1/+20 | |
| | | |||||
| * | Declare ignored variables | 2013-03-21 | 1 | -0/+3 | |
| | | | | | Keeps style-warning conditions from being raised. | ||||
| * | Disable debugger for executable | 2013-03-21 | 1 | -1/+1 | |
| | | |||||
| * | Separate help texts from help command | 2013-03-21 | 1 | -4/+13 | |
| | | |||||
| * | Switch date and name | 2013-03-21 | 1 | -1/+1 | |
| | | | | | Oops, these were being passed-in in the wrong order. | ||||
| * | Update usage info | 2013-03-21 | 1 | -1/+2 | |
| | | |||||
| * | Add add-command | 2013-03-21 | 1 | -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 clark | 2013-03-21 | 1 | -2/+12 | |
| | | | | | Keep functions nice and small. | ||||
| * | Reorder functions, add docstring to clark | 2013-03-21 | 1 | -12/+16 | |
| | | |||||
| * | Move intern into make-command-name | 2013-03-21 | 1 | -4/+4 | |
| | | |||||
| * | Make it do something | 2013-03-21 | 2 | -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. | ||||
| * | Make clark target depend on make-image.lisp | 2013-03-21 | 1 | -1/+1 | |
| | | |||||
| * | Initial commit | 2013-03-20 | 6 | -0/+75 | |
