| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
When using the conkeror interface commands `find-markam-url' and
`find-markam-url-new-buffer', the input is sent along to markam and it
then searches the titles and tags for the input given.
|
| |
|
|
|
| |
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.
|
| |
|
|
|
| |
`dvi', `pdf' and `ps' can be compiled/installed by explicitly
specifying `make FORMAT' or `make install-FORMAT'.
|
| |
|
|
|
| |
Installs everything under `DESTDIR', which is `/usr/local' by
default.
|
| |
|
|
| |
Also say that it is not the recommended way.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
There's no need for it to be a global variable.
|
| |
|
|
| |
It looks somewhat cleaner.
|
| |
|
|
| |
Add the tag to the database if `first-result' returns nothing.
|
| |
|
|
|
|
|
| |
During testing it was discovered that the `first-result' procedure
throws an exception, which left the database in a somewhat
inconsistent state, the bookmark had been added, but (at least one of)
the tags weren't added. This should make it all succeed or all fail.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Add parsing of command line arguments, if the first argument starts
with "http://" assume it's a new bookmark and save it to the
database.
* Add adding bookmarks to the database.
* linkwave.scm (string-no-null): Only try to remove the final null
byte if the string is longer than 0 characters and only if the last
character _is_ a null character.
|
| | |
|
| |
|