1TKMORE(1) User Contributed Perl Documentation TKMORE(1)
2
3
4
6 tkmore - a Perl/Tk based pager
7
9 tkmore [X11 options] [-i] [-encoding encoding] filename
10
12 tkmore is a pager similar to more(1) or less(1).
13
14 OPTIONS
15 Besides standard X11 options like "-font", tkmore supports:
16
17 -i Turn on case-insensitive search. Alias: "-ignore-case".
18
19 -encoding encoding
20 Specify the encoding for the specified file and all subsequently
21 loaded files. By default no encoding is assumed.
22
23 -S Set wrap mode to none. The effect is similar like the "-S" option
24 of "less".
25
26 KEY BINDINGS
27 For a list of key bindings, see "ADDITIONAL BINDINGS" in Tk::More.
28
30 Slaven Rezic
31
33 Tk::More, more(1), less(1)
34
35
36
37perl v5.28.1 2012-11-16 TKMORE(1)