Do not hardcode xclip
[llpp.git] / adoc / llppac.adoc
blob7f1bb620043b4be56a72dfeead379f1e10d76963
1 llppac(1)
2 =======
4 == NAME
5 llppac - an auto converter that will try to show anything via llpp
7 == SYNOPSIS
8 llppac [-c css] [-m type] [-t type] [-f] (path|url)
10 == DESCRIPTION
11 *llppac* script will try to convert document backed by supplied argument
12 and run llpp(1) on the result. The conversion result will be cached.
14 == OPTIONS
15 -c path::
16 Path to CSS file
18 -f::
19 Disregard the cache
21 -m type::
22 Set the mime type manually. This overwrites the automatic detection
23 using file(1)
25 -t type::
26 Set the type of the the document, totally skipping the mime type
27 check.  The type is llppac internal, possible values include, but are
28 not limited to _ps_, _texi_, _djvu_, _html_, ...
30 == SEE ALSO
31 llpp(1)
33 == REPORTING BUGS
34 https://github.com/moosotc/llpp/issues or mailto://moosotc@gmail.com