aboutsummaryrefslogtreecommitdiffstats
path: root/conkeror
Commit message (Collapse)AuthorAgeFilesLines
* Update license informationHEADmasterGravatar Tom Willemsen2013-02-162-7/+25
|
* conkeror: interactive_error is not definedGravatar Tom Willemsen2013-02-131-2/+1
|
* conkeror: Filter results with search stringGravatar Tom Willemsen2013-02-121-6/+14
| | | | | | 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 url lookup for conkerorGravatar Tom Willemsen2013-02-111-1/+53
| | | | | Add simple url lookup for conkeror. Currently loads all bookmarks into the completion buffer, but this will be changed.
* Add install-strip targetGravatar Tom Willemsen2013-01-061-0/+3
|
* Use more variablesGravatar Tom Willemsen2013-01-061-1/+1
| | | | | This allows any command used to be overridden, when, for example, they're not installed in PATH.
* Add uninstall targetGravatar Tom Willemsen2013-01-061-1/+4
| | | | Removes all files from their installed locations.
* Add install target to MakefileGravatar Tom Willemsen2013-01-061-0/+8
| | | | | Installs everything under `DESTDIR', which is `/usr/local' by default.
* Rename linkwave to markamGravatar Tom Willemsen2012-12-291-23/+23
|
* Add/improve some documentation commentsGravatar Tom Willemsen2012-12-281-3/+4
| | | | Since CHICKEN scheme doesn't do docstrings I'm just using comments.
* Add GPLv3Gravatar Tom Willemsen2012-12-281-1/+25
|
* RestructureGravatar Tom Willemsen2012-12-281-0/+52
Put all source files in `src/' and add the `conkeror/' directory from the old project.