1CLUFTER(1) User Commands CLUFTER(1)
2
3
4
6 clufter - cmd-wrap
7
9 clufter [<global option> ...] cmd-wrap [<cmd option ...>]
10
12 Wrap long lines carrying (fairly) convoluted shell commands
13
15 -h, --help
16 show help message and exit
17
18 -H, --help-full
19 full help message and exit
20
21 Command options:
22
23 -i INPUT, --input=INPUT
24 lines carrying moderately convoluted shell commands [-]
25
26 -o OUTPUT, --output=OUTPUT
27 (hopefully) the same content fitting the text width [-]
28
29 -t TEXT_WIDTH, --text-width=TEXT_WIDTH
30 for commands rewrapping (0/-1/neg. ~ auto/disable/hi-limit) [0]
31
32 --noop=NOOP
33 (Advanced) debug only: NOOPize filter (2+: repeat) [none out of
34 cmd-wrap]
35
36 --dump=DUMP
37 (Advanced) debug only: dump (intermediate) output of the filter
38 (2+: repeat) [none out of cmd-wrap, ANY]
39
40 Common options:
41
42 Either in global (before <cmd>) or command scope (after <cmd>).
43
44 --sys=SYS
45 (Advanced) override autodetected system [linux]
46
47 --dist=DIST
48 override target distro (for SYS=linux; see --list-dists)
49 [fedora,33,]
50
51 -q, --quiet
52 refrain from unnecesary messages (usually on stderr)
53
54 --color=[WHEN]
55 colorize messages if available [auto out of auto, never, always]
56
57 -d, --debug
58 shortcut for --loglevel=DEBUG
59
60 --logfile=FILE
61 specify log file (instead of stderr)
62
63 --loglevel=LEVEL
64 specify log level [WARNING out of NOTSET, DEBUG, INFO, WARNING,
65 ERROR, CRITICAL]
66
67 Arguments to value-based `command options' can go without labels when
68 the order wrt. parsing logic respected; skipping those backed by
69 default values otherwise requiring specification then allowed by syn‐
70 tactic sugar: all can be passed as a single, first, ::-delimited argu‐
71 ment; magic files: `-', `@DIGIT+'. `{formula}' in output file spec:
72 input-backed (e.g. hash) substitution recipe. All available commands
73 listed as `clufter --list'.
74
76 Written by Jan Pokorný <jpokorny+pkg-clufter@redhat.com> and plugin
77 authors.
78
80 Report bugs to <https://bugzilla.redhat.com/enter_bug.cgi?prod‐
81 uct=Fedora&component=clufter>
82
84 Copyright © 2019 Red Hat, Inc. Licensed under GPLv2+.
85
87 clufter(1),
88
89 clufter-ccs2pcscmd(1), clufter-ccs2pcscmd-flatiron(1), clufter-
90 ccs2pcscmd-needle(1), clufter-cib2pcscmd(1), clufter-pcs2pcscmd(1),
91 clufter-pcs2pcscmd-flatiron(1), clufter-pcs2pcscmd-needle(1), and per‐
92 haps more
93
94
95
96clufter 0.77.2 July 2020 CLUFTER(1)