salliere(1)
NAME
salliere -- Duplicate Bridge Scorer
SYNOPSIS
salliere [options] -- [commands] [boards.csv] [names.csv]
DESCRIPTION
This manual page documents briefly the salliere command.
salliere scores, matchpoints and nicely formats the boards for a duplicate pairs evening. The command line is a list of commands followed by
two comma-separated files on which to operate.
The boards file must contain lines with at least board number, NS pair
number, EW pair number, Contract, Declarer and either tricks or the
contract must include whether it made (=) went down (-tricks) or made
over tricks (+tricks). The names file must list at least pair number
followed by two comma separated names.
The commands will add tricks, scores and matchpoint columns to the
boards file and total matchpoints, percentages and local/orange points
to the names file as appropriate.
By default the commands which print results will do so as ascii to stdout. This can be changed with the --output=format:file option. Formats
are either pdf, html or txt and file is the path to a file or - for
stdout.
The commands which format the output require the extra fields to be
added either by hand or with the appropriate commands so they can be
printed.
COMMANDS
Here are a list of the available commands and what they do:
- verify Checks all the boards look sane; can be used with the --set
- size option to check the movement
- score Calculates tricks and score for each contract
- matchpoint
- Calculates match points for each hand
- ximp Calculates cross-imps for each hand
- total Calculates the total match points for each pair
- localpoint
- Calculates local or orange points for each pair
- results Prints all the pairs in order with their total match points,
- percentages and local/orange points as appropriate
- matrix Prints a matrix of match points gained on each board by each
- pair
- boards Prints out each board with pairs, contract, results and match
- points
OPTIONS
Here are a list of the available options and what they do:
--help Prints the help text
- --setsize=N
- Check the movement based on sets of size N
- --orange Prints "OP" rather than "LP"
- --ximp Adjusts output for IMPs rather than matchpoints
- --title=title
- Changes the title on the output
- --output=format:file
- Changes the output format and file. Possible formats are pdf, html or txt. A file of '-' corresponds to stdout.
AUTHOR
This manual page was written by Matthew Johnson
<debian@matthew.ath.cx>. Permission is granted to copy, distribute
and/or modify this document under the terms of the GNU General Public
License, Version 2 as published by the Free Software Foundation.
- On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL.