.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" .\" Required to disable full justification in groff 1.23.0. .if n .ds AD l .\" ======================================================================== .\" .IX Title "HOOLA 6" .TH HOOLA 6 2025-11-18 "Freecell Solver 6.16.0" "Freecell Solver" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME transpose\-freecell\-board.py \- transpose a Freecell/etc. layout from play\-stacks in text\-columns to play\-stacks in text lines. .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBtranspose\-freecell\-board.py\fR \fI\-o output_fn\fR \fIinput_fn | \-\fR .SH DESCRIPTION .IX Header "DESCRIPTION" This programs transposes a Freecell/etc. layout. .PP Sample input: .PP .Vb 10 \& 4C 5H QC 5D 2D 7H AH 7S \& 2H QH 9S 2S KD JS 5S 6C \& 9C 3C 6H JC TH KH 6S 7D \& 8C AC 9H 5C TC TS AD 4D \& QS 3H 3S JH TD 8H 8S \& 4H KS 6D 8D JD \& QD 3D AS KC \& 2C 9D \& 4S \& 7C .Ve .PP Sample output: .PP .Vb 8 \& : 4C 2H 9C 8C QS \& : 5H QH 3C AC 3H 4H QD \& : QC 9S 6H 9H 3S KS 3D 2C 4S 7C \& : 5D 2S JC 5C JH 6D AS \& : 2D KD TH TC TD 8D \& : 7H JS KH TS \& : AH 5S 6S AD 8H JD KC 9D \& : 7S 6C 7D 4D 8S .Ve .PP The columns are prefixed with a single optional \f(CW\*(C`Foundations:\*(C'\fR line followed by a single optional \f(CW\*(C`Freecells:\*(C'\fR line in fc\-solve format. .SH OPTIONS .IX Header "OPTIONS" \&\fB\-o\fR Specify an output filename. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBfc\-solve\fR (6) .PP /usr/share/doc/freecell\-solver\-FCS_VERSION/board_gen/README .SH AUTHOR .IX Header "AUTHOR" Shlomi Fish, . .PP Thanks to Manish Jain for inspiring this program.