-
Notifications
You must be signed in to change notification settings - Fork 0
/
escaper.1
56 lines (56 loc) · 1.45 KB
/
escaper.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH ESCAPER "1" "August 2023" "escaper 1.2.0" "User Commands"
.SH NAME
escaper \- manual page for escaper 1.2.0
.SH SYNOPSIS
.B escaper
[\fI\,OPTIONS\/\fR] [\fI\,SEQUENCES\/\fR...]
.SH DESCRIPTION
Escapes (or unescapes) special character sequences and prints the result to stdout.
.SS "OPTIONS:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Print the help information and exit.
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version and exit.
.TP
\-
Reads SEQUENCES from stdin.
.TP
\fB\-\-\fR
Causes all further arguments to be read as SEQUENCES.
.TP
\fB\-s\fR, \fB\-\-string\fR
Uses string ($) escape sequences instead of default URL (%) escape sequences.
.TP
\fB\-r\fR, \fB\-\-regex\fR
Uses shell/regex (\e) escape sequences instead of default URL (%) escape sequences.
.TP
\fB\-u\fR, \fB\-\-undo\fR
Unescapes SEQUENCES.
.SS "EXCLUSION OPTIONS:"
.TP
\fB\-a\fR, \fB\-\-apostrophes\fR
Removes apostrophes from escapable character list.
.TP
\fB\-n\fR, \fB\-\-new\-line\fR
Removes new lines from escapable character list.
.TP
\fB\-b\fR, \fB\-\-backticks\fR
Removes backticks from escapable character list.
.TP
\fB\-q\fR, \fB\-\-quotes\fR
Removes quotation marks from escapable character list.
.SH "SEE ALSO"
The full documentation for
.B escaper
is maintained as a Texinfo manual. If the
.B info
and
.B escaper
programs are properly installed at your site, the command
.IP
.B info escaper
.PP
should give you access to the complete manual.