-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshuffalot.1
More file actions
44 lines (44 loc) · 982 Bytes
/
shuffalot.1
File metadata and controls
44 lines (44 loc) · 982 Bytes
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
.\" SPDX-FileCopyrightText: 2021 Sebastian Crane <seabass-labrax@gmx.com>
.\" SPDX-License-Identifier: CC-BY-SA-4.0
.TH SHUFFALOT 1 shuffalot\-VERSION
.SH NAME
shuffalot \- shuffles the letters in each word of its input
.SH SYNOPSIS
.B shuffalot
.RB [ -s
.I seed
|
.B --seed
.IR seed ]
.RB [ -V
|
.BR --version ]
.SH DESCRIPTION
.B shuffalot
shuffles all but the first and last letters in each word of its input.
.SH OPTIONS
.B -s
.IR seed ,
.B --seed
.I seed
.RS 4
sets the numerical
.I seed
for shuffling. If no
.I seed
is given, a random value provided by the operating system will be used.
.RE
.BR \-V ,
.B --version
.RS 4
Prints the version of this build of
.BR shuffalot .
.SH KNOWN ISSUES
.B shuffalot
does not recognise terminal control sequences (such as coloured text)
and combining characters (such as Unicode zero-width joiners).
.B shuffalot
will shuffle these, causing them to become corrupted in the output.
.SH AUTHORS
Sebastian Crane
.RI < seabass-labrax@gmx.com >