| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
Add simple url lookup for conkeror. Currently loads all bookmarks into
the completion buffer, but this will be changed.
|
| | |
|
| |
|
|
|
|
| |
- Disable interpreted usage, it doesn't seem to work.
- Move comments outside of functions, I miss docstrings...
- Move handling of "other" arguments to separate function.
|
| | |
|
| |
|
|
|
| |
This allows any command used to be overridden, when, for example,
they're not installed in PATH.
|
| |
|
|
| |
Removes all files from their installed locations.
|
| |
|
|
|
| |
Installs everything under `DESTDIR', which is `/usr/local' by
default.
|
| |
|
|
|
|
| |
By using the `#+' read syntax to determine if the file is being run as
a script or (presumably) compiled, we can use it as either a binary or
a script.
|
| | |
|
| | |
|
| |
|
|
|
| |
Place the `version' and `display-version' items in `common.scm' so
they can be easily used by both executables.
|
| | |
|
| | |
|
| |
|
|
| |
Since CHICKEN scheme doesn't do docstrings I'm just using comments.
|
| | |
|
|
|
Put all source files in `src/' and add the `conkeror/' directory from
the old project.
|