My little Surf build

AMF064 b5ab4a6e79 Deleted ctrl-w keybinding to use it in tabbed. 2 weeks ago
.gitignore 747dd3e8b5 Gitignore for my repo 1 month ago
FAQ.md d6954e1541 Fixed wording in FAQ.md 5 years ago
LICENSE bcd7d74e61 Update LICENSE file 2 years ago
Makefile 327cca048b Fix distfile generation 2 years ago
README 285cc3843f Add information about the dmenu requirement. 9 years ago
TODO.md da1cd7ba04 Add goal to the list 2 weeks ago
arg.h 581075796a Import the arg.h from st which fixed the oob bug. 7 years ago
common.h 8d5e2b3a40 Remove common 3 years ago
config.def.h b5ab4a6e79 Deleted ctrl-w keybinding to use it in tabbed. 2 weeks ago
config.mk f03bbf07b0 First commit: webkit version, added homepage 1 month ago
surf-open.sh a5dddd8fd3 Fix output redirection in surf-open.sh 10 years ago
surf.1 b5ab4a6e79 Deleted ctrl-w keybinding to use it in tabbed. 2 weeks ago
surf.c e05e55523f surf.c: improve find()'s behaviour 2 weeks ago
surf.png 3434ccc16a adding surf-logo. 13 years ago
webext-surf.c 65329a4405 Added scroll to top and bottom functionality. 1 month ago

README

surf - simple webkit-based browser
==================================
surf is a simple Web browser based on WebKit/GTK+.

Requirements
------------
In order to build surf you need GTK+ and Webkit/GTK+ header files.

In order to use the functionality of the url-bar, also install dmenu[0].

Installation
------------
Edit config.mk to match your local setup (surf is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install surf (if
necessary as root):

make clean install

Running surf
------------
run
surf [URI]

See the manpage for further options.

Running surf in tabbed
----------------------
For running surf in tabbed[1] there is a script included in the distribution,
which is run like this:

surf-open.sh [URI]

Further invocations of the script will run surf with the specified URI in this
instance of tabbed.

[0] http://tools.suckless.org/dmenu
[1] http://tools.suckless.org/tabbed