chiark / gitweb /
yoweb-scrape: wip new flag and ocean functionality - do_embargoes
[ypp-sc-tools.db-live.git] / yoweb-scrape.txt
index f9b3237ad108d44d64da4076df12455367622221..4576c39bde3cb7e554243f59ea37de05c4f71712 100644 (file)
@@ -32,6 +32,19 @@ Key features:
    display twirling batons while you wait for data, so that crew
    on board info remains correct.
 
    display twirling batons while you wait for data, so that crew
    on board info remains correct.
 
+ * Can sort pirates by their skills in the key duty puzzles.  Press
+   a single keystroke to sort by:
+      s: sailing                   b: bilging
+      c: carpentry                 g: gunning
+      n: navigation (duty nav)     t: treasure haul
+      d: driving (battle nav)      a: sort by pirate name
+   It will prefer to list near the top pirates whose other skills
+   are weaker.  This functionality is disabled if stdin is not a tty.
+   Other keystrokes:
+      q: quit the program (^C works too)
+      /: start entering a local extra commands (see below)
+      +: start entering local extra commands starting "/a"
+      ESC: clear local extra command or abandon local extra commands entry
 
 Things you need to know:
 
 
 Things you need to know:
 
@@ -64,6 +77,9 @@ Things you need to know:
    The commands are of the following format:
          /a <pirate>...                        /d <pirate>...
         /a <ship-spec>: <pirate>...    /d <ship-spec>: <pirate>...
    The commands are of the following format:
          /a <pirate>...                        /d <pirate>...
         /a <ship-spec>: <pirate>...    /d <ship-spec>: <pirate>...
+   And also:
+         /j <pirate>
+   which simulates "<pirate> applied for the posted job".
 
    <ship-spec> can be the full name of the ship, or or only the second
    word (the noun).  It can also be a pattern, where `*' matches any
 
    <ship-spec> can be the full name of the ship, or or only the second
    word (the noun).  It can also be a pattern, where `*' matches any
@@ -91,6 +107,9 @@ Things you need to know:
    so that everyone else's yoweb-scrape knows which ship they're on
    and thus which ship their /a commands refer to.
 
    so that everyone else's yoweb-scrape knows which ship they're on
    and thus which ship their /a commands refer to.
 
+ * For the ship duty puzzle display, and for sorting pirates by
+   skill, we take the best of Sailing and Rigging.
+
 Other things to mention:
 
  * There are some things which don't reliably appear in the chat log,
 Other things to mention:
 
  * There are some things which don't reliably appear in the chat log,