blob: 056fe1f19e560931665ce394b426f8a161e95f11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
zea - zeig's einfach an
=======================
zea is a minimalistic web browser using Gtk2 and WebKit. "Zeig's einfach
an" is german and translates roughly to "just show it" (the damn web
page).
Features:
- A WebKit viewport
- An input box to change the current URL
- Global content zoom
- Pluggability into suckless' tabbed
- vi-like scrolling (modified by CTRL)
- Searching the current page for a word
- Support for Flash and Java
Planned features:
- Adblock
- Keyword based searching (opening "wi foo" will search wikipedia)
Using zea with tabbed
====================
The order of arguments for zea doesn't matter. This means you can run it
like this:
$ tabbed -c ./zea file:///home/hans/bookmarks.html -z 0.8 -e
Each new tab will then show your bookmarks and is scaled by a factor of
0.8.
Literature
==========
API references:
- http://webkitgtk.org/reference/webkitgtk/stable/index.html
- https://developer.gnome.org/gtk2/stable/index.html
|