logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tkmore - a Perl/Tk based pager

Author

       Slaven Rezic

Description

tkmore is a pager similar to more(1) or less(1).

   OPTIONS
       Besides standard X11 options like "-font", tkmore supports:

       -i  Turn on case-insensitive search. Alias: "-ignore-case".

       -encoding encoding
           Specify the encoding for the specified file and all subsequently loaded files. By default no encoding
           is assumed.

       -S  Set wrap mode to none. The effect is similar like the "-S" option of "less".

   KEYBINDINGS
       For a list of key bindings, see "ADDITIONAL BINDINGS" in Tk::More.

Name

       tkmore - a Perl/Tk based pager

See Also

       Tk::More, more(1), less(1)

perl v5.34.0                                       2022-06-28                                         TKMORE(1p)

Synopsis

           tkmore [X11 options] [-i] [-encoding encoding] filename

See Also