1xscreensaver-text(6x) XScreenSaver manual xscreensaver-text(6x)
2
3
4
6 xscreensaver-text - prints some text to stdout, for use by screen
7 savers.
8
10 xscreensaver-text [--verbose] [--columns N] [--lines N] [--latin1]
11 [--date] [--text STRING] [--file PATH] [--program CMD] [--url URL]
12
14 The xscreensaver-text script prints out some text for use by various
15 screensavers, according to the options set in the ~/.xscreensaver file.
16 This may dump the contents of a file, run a program, or load a URL.
17 The text is reformatted and wrapped as appropriate.
18
20 xscreensaver-text accepts the following options:
21
22 --verbose or -v
23 Print diagnostics to stderr. Multiple -v switches increase the
24 amount of output.
25
26 --columns N or --cols N
27 Where to wrap lines; default 72 columns.
28
29 --lines N
30 Truncate output to at most this many lines. Default: unlim‐
31 ited.
32
33 --latin1
34 Convert any UTF-8 characters in the input to their closest
35 Latin1 equivalent for output.
36
37 Command line options may be used to override the settings in the
38 ~/.xscreensaver file:
39
40 --date Print the host name and current time.
41
42 --text STRING
43 Print out the given text. It may contain % escape sequences as
44 per strftime(2).
45
46 --file PATH
47 Print the contents of the given file, re-formatting it as per
48 the other options.
49
50 --program CMD
51 Run the given program and print its output, re-formatting it as
52 per the other options.
53
54 --url URL
55 Download and print the contents of the web page. If it con‐
56 tains HTML, RSS, or Atom, it will be converted to plain-text.
57 This re-downloads the document every time it is run.
58
59
61 HTTP_PROXY, HTTPS_PROXY, http_proxy, or https_proxy
62 to get the default proxy host and port.
63
65 URLs should be cached, use "If-Modified-Since", and obey "Expires".
66
68 xscreensaver-settings(1), xscreensaver(1), fortune(1), phosphor(6x),
69 apple2(6x), starwars(6x), fontglide(6x), dadadodo(1), webcollage(6x),
70
72 Copyright © 2005-2021 by Jamie Zawinski. Permission to use, copy, mod‐
73 ify, distribute, and sell this software and its documentation for any
74 purpose is hereby granted without fee, provided that the above copy‐
75 right notice appear in all copies and that both that copyright notice
76 and this permission notice appear in supporting documentation. No rep‐
77 resentations are made about the suitability of this software for any
78 purpose. It is provided "as is" without express or implied warranty.
79
81 Jamie Zawinski <jwz@jwz.org>, 20-Mar-2005.
82
83
84
85X Version 11 6.00-4.fc34 (05-May-2021) xscreensaver-text(6x)