Sha256: acb1feea94386be5c209dac90dc777b570afc8e035b180c9f41e98c99b8d1613

Contents?: true

Size: 1.65 KB

Versions: 4

Compression:

Stored size: 1.65 KB

Contents

.\" Generated by kramdown-man 0.1.8
.\" https://github.com/postmodern/kramdown-man#readme
.TH ronin-escape 1 "2023-02-01" Ronin "User Manuals"
.LP
.SH SYNOPSIS
.LP
.HP
\fBronin escape\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB]
.LP
.SH DESCRIPTION
.LP
.PP
Escapes each special character for a variety of encodings\.
.LP
.SH ARGUMENTS
.LP
.TP
\fIFILE\fP
The optional file to read and process\. If no \fIFILE\fP arguments are given,
input will be read from \fBstdin\fR\.
.LP
.SH OPTIONS
.LP
.TP
\fB-f\fR, \fB--file\fR \fIFILE\fP
Optional input file to read from\.
.LP
.TP
\fB--string\fR \fISTRING\fP
Optional string to process\.
.LP
.TP
\fB-M\fR, \fB--multiline\fR
Process each line separately\.
.LP
.TP
\fB-n\fR, \fB--keep-newlines\fR
Preserves newlines at the end of each line\.
.LP
.TP
\fB-c\fR, \fB--c\fR
Escapes the data as a C string\.
.LP
.TP
\fB-X\fR, \fB--hex\fR
Escapes the data as a hex string (ex: \[lq]ABC\ex01\ex02\ex03\.\.\.\[rq])
.LP
.TP
\fB-H\fR, \fB--html\fR
HTML escapes the data\.
.LP
.TP
\fB-u\fR, \fB--uri\fR
URI escapes the data\.
.LP
.TP
\fB--http\fR
HTTP escapes the data\.
.LP
.TP
\fB-j\fR, \fB--js\fR
JavaScript escapes the data\.
.LP
.TP
\fB-S\fR, \fB--shell\fR
Escapes the data as a Shell String\.
.LP
.TP
\fB-P\fR, \fB--powershell\fR
Escapes the data as a PowerShell String\.
.LP
.TP
\fB-Q\fR, \fB--quoted-printable\fR
Escapes the data as Quoted Printable\.
.LP
.TP
\fB-R\fR, \fB--ruby\fR
Escapes the data as a Ruby String\.
.LP
.TP
\fB-x\fR, \fB--xml\fR
XML escapes the data\.
.LP
.TP
\fB-h\fR, \fB--help\fR
Print help information\.
.LP
.SH AUTHOR
.LP
.PP
Postmodern 
.MT postmodern\.mod3\[at]gmail\.com
.ME
.LP
.SH SEE ALSO
.LP
.PP
ronin\-unescape(1)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ronin-2.0.5 man/ronin-escape.1
ronin-2.0.4 man/ronin-escape.1
ronin-2.0.3 man/ronin-escape.1
ronin-2.0.2 man/ronin-escape.1