5 llpp - a graphical document pager which aims to superficially resemble
9 llpp [-c path] [-css path] [-dest named-dest] [-f path] [-gc]
10 [-help|--help] [-last] [-no-title] [-origin origin] [-p password]
11 [-page page-number] [-remote path] [-tcf path] [-layout-height height]
15 *llpp* is a graphical document pager utilizing MuPDF
16 (https://mupdf.com/) library. The default keybindings resemble those
21 Set path to the configuration file
24 Set path to the style sheet to use with EPUB/HTML
30 Set path to the user interface font
33 Collect config garbage
36 Display list of options
39 Open last visited document
54 Set path to the source of remote commands
57 Set path to the trim cache file
59 -layout-height height::
60 Set page height for reflowable documents (-1 == default, 0 == unlimited)
63 Print version and exit
66 Open a document with llpp, then press `F1` or `h` to switch to help mode.
68 To remember all key bindings, an Anki deck has been made available:
70 https://ankiweb.net/shared/info/1547122548
74 === ~/.config/llpp.conf
75 This is the user specific configuration file. If $XDG_CONFIG_HOME is
76 set $XDG_CONFIG_HOME/llpp.conf is used instead. It has an XML
79 You can specify a custom path using the -c option.
81 .Configuration structure
82 -------------------------------------------------------------
89 use-document-css='true'/>
90 <doc path='/some/path/file1.pdf'
94 <doc path='/some/path/file2.pdf'
100 -------------------------------------------------------------
102 ==== Some configuration tips
103 - To change the user interface font:
104 -------------------------------------------------------------
107 <![CDATA[/path/to/fonts/PTF55F.ttf]]>
111 -------------------------------------------------------------
112 - To change keybindings, add keymaps to the defaults element, for
113 instance following example disables Escape key in the view mode:
115 -------------------------------------------------------------
123 -------------------------------------------------------------
125 The different modes are _birdseye_, _global_, _help_, _info_,
126 _listview_, _outline_, and _view_.
129 llppac(1), llpphtml(1)
133 Command to inquire user about the password (dmenu/rofi like)
136 https://github.com/moosotc/llpp/issues or mailto://moosotc@gmail.com
139 Nicolás Ojeda Bär contributed macOS port.