aboutsummaryrefslogtreecommitdiff
path: root/docs/htr.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2020-06-21 23:01:57 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2020-06-21 23:01:57 +0200
commit0e8d73bb3edcc8bdff6e3ded442b66f68265059a (patch)
tree4f92deb9ace97e79332c0e7ce390b76b81aeaae9 /docs/htr.txt
parent4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff)
downloadnissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz
nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip
First push
Diffstat (limited to 'docs/htr.txt')
-rw-r--r--docs/htr.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/htr.txt b/docs/htr.txt
new file mode 100644
index 0000000..7ed4d35
--- /dev/null
+++ b/docs/htr.txt
@@ -0,0 +1,30 @@
1
2HELP PAGE FOR COMMAND htr
3
4SYNTAX
5htr [OPTIONS] [MOVES|$ID|@ID]
6
7DESCRIPTION
8Finds HTR for a given scramble. DR must be solved. A scramble can be given as
9last argument of the command, or an ID of a saved scramble can be provided. If
10none of the two is given, a prompt will ask the user to input a new scramble.
11
12OPTIONS
13from {ud|fb|rl} Allows to specify on which axis the DR is. This is usually
14 not needed, since nissy will automatically find it out.
15b=N Specify a bound for the number of moves. N must be a number.
16 Default value: 20.
17h Show hidden HTRs.
18 Default, if an HTR ending in e.g. R is shown, the equivalent
19 one ending in R' is hidden.
20niss Use NISS.
21 Default: does not use NISS.
22n=N Specify a maximum number of HTRs to be output. N must be a
23 number.
24 Default value: 1.
25
26EXAMPLES
27eo n=10 b=7 niss $1
28 Finds up to 100 HTRs of lenth at most 7, possibly using NISS, including
29 "hidden" HTRs, for scramble $1. DR must be solved.
30

Generated with cgit - Back to sebastiano.tronto.net