3 Released under the GPLv3 by Martin Bays (mbays@sdf.lonestar.org) 2008-9
7 python, version 2.4 or later, with curses module
8 lynx (http://lynx.isc.org/)
12 Flinks is a textmode flashing-word web browser, intended for speed-reading and
17 Hit 'g' and enter an 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]".
35 l / h or Left / Right: skip sentences
36 L / H : skip paragraphs
38 O / I or PgUp / PgDn : skip more words
41 ^A / ^E or Home / End : skip to start/end
43 j / k or Down / Up or < / > : decrease/increase speed
45 g : go to an url (enter "g foo" or "wp foo" to search google or wikipedia)
46 G : adjust current url
48 / / ? : search forward/backward
54 F1 : display this help page
64 0 : begin count (e.g. type "0123o" to skip 123 words backward)
66 m : set mark ("ma", "mb" etc set marks local to the page; "mA", "mB" etc set
67 global marks which persist between sessions)
70 : : execute a command, valid commands being as for the config file.