| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| |
|
|
| |
The `--script' option was not yet documented in the help message.
|
| | |
|
| |
|
|
| |
Removes a bookmark from the database.
|
| |
|
|
|
| |
The set-tags command clears any tags for the bookmark, and then adds
the ones given.
|
| |
|
|
| |
Allows one to edit the name and description of a bookmark.
|
| |
|
|
|
| |
This should keep error conditions from being signalled when someone
enters the wrong number of arguments.
|
| |
|
|
|
| |
When passing in the --script option all output will be formatted in a
machine-readable way.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Hide the fact that a command is just of the form NAME-command by
abstracting it away into a macro.
|
| |
|
|
| |
The `help' command can now be used to view help about other commands.
|
| |
|
|
| |
This command shows whether or not the given url is known to CLark.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
The defcommand macro defines a new command-line command. It also sets
up some variables for the help function.
|
| | |
|
| | |
|
| |
|
|
| |
Keeps style-warning conditions from being raised.
|
| | |
|
| | |
|
| |
|
|
| |
Oops, these were being passed-in in the wrong order.
|
| | |
|
| |
|
|
|
| |
This command adds a new bookmark to the database and associates any
given tags with the bookmark, adding them, if necessary, as well.
|
| |
|
|
| |
Keep functions nice and small.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| | |
|
| |
|