3 Released under the GPLv3 by Martin Bays (mbays@sdf.lonestar.org) 2008
7 python, version 2.4 or later
12 Flinks is a flashing-word web browser, intended for speed-reading and
17 Hit 'g' and enter a url or local file to load. Press space to unpause.
19 Use cursor or vi keys to adjust the speed and to skip around within the
22 Links are shown in colour, and a rotating list of the last few links is shown
23 above the main display point. To follow a link, hit the corresponding number.
25 Keybindings and Configuration
26 ------------------------------
27 When flinks is first run, it will create a file .flinksrc in your home
28 directory. Edit this to change options and keybindings. Options can also be
29 set on the commandline or in-browser with ":set [option] [value]".
33 l / h or Left / Right: skip sentences
34 L / H : skip paragraphs
36 O / I or PgUp / PgDn : skip more words
39 ^A / ^E or Home / End : skip to start/end
41 j / k or Left / Right or < / > : decrease/increase speed
45 g : go to an url (type "g foo" at the prompt to search with google for 'foo')
46 G : adjust current url
48 / / ? : search forward/backward
62 0 : begin count (e.g. type "0123o" to skip 123 words backward)
64 m : set mark ("ma", "mb" etc set marks local to the page; "mA", "mB" etc set
65 global marks which persist between sessions)
68 : : execute a command, valid commands being as for the config file