Sha256: c7f121ba0bac29b75eee6bbf29825c7d92c35cc35015e7a97c8e818c59d9657b

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 KB

Contents

.\" Generated by kramdown-man 1.0.1
.\" https://github.com/postmodern/kramdown-man#readme
.TH ronin-rot 1 "2023-02-01" Ronin "User Manuals"
.SH NAME
.PP
ronin\-rot \- Rotates each character of data within an alphabet
.SH SYNOPSIS
.PP
\fBronin rot\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB]
.SH DESCRIPTION
.PP
Rotates each character of data with an alphabet\.
.SH ARGUMENTS
.TP
\fIFILE\fP
The optional file to read and process\. If no \fIFILE\fP arguments are given,
input will be read from \fBstdin\fR\.
.SH OPTIONS
.TP
\fB\-f\fR, \fB\-\-file\fR \fIFILE\fP
Optional file to process\.
.TP
\fB\-\-string\fR \fISTRING\fP
Optional string to process\.
.TP
\fB\-M\fR, \fB\-\-multiline\fR
Process each line of input separately\.
.TP
\fB\-n\fR, \fB\-\-keep\-newlines\fR
Preserves newlines at the end of each line\.
.TP
\fB\-A\fR, \fB\-\-alphabet\fR \fBABC\.\.\.\fR
Alphabet characters to rotate characters within\.
.TP
\fB\-n\fR, \fB\-\-modulo\fR \fINUM\fP
Number of characters to rotate forwards or backwards\. Defaults to 13 if not
given\.
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help information\.
.SH EXAMPLES
.PP
ROT\-13 encode a string:
.PP
.RS 4
.EX
\[Do] ronin rot \-\-string \[dq]The quick brown fox jumps over the lazy dog\[dq]
.EE
.RE
.PP
ROT encode a string with a custom rotation number:
.PP
.RS 4
.EX
\[Do] ronin rot \-n 3 \-\-string \[dq]The quick brown fox jumps over the lazy dog\[dq]
.EE
.RE
.SH AUTHOR
.PP
Postmodern 
.MT postmodern\.mod3\[at]gmail\.com
.ME
.SH SEE ALSO
.PP
.BR ronin\-encode (1)
.BR ronin\-rot (1)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-2.1.0 man/ronin-rot.1
ronin-2.1.0.rc1 man/ronin-rot.1