diff --git a/docs/bin/hey.html b/docs/bin/hey.html index 8729e91d131..f06831c9a3c 100644 --- a/docs/bin/hey.html +++ b/docs/bin/hey.html @@ -4,7 +4,7 @@ hey Documentation -

hey version 1.2.6

+

hey version 1.2.8


@@ -19,7 +19,7 @@

Installation

@@ -28,17 +28,17 @@

Installation

Usage

hey should be used from Terminal. When you start it without parameters it will display the command line syntax it accepts:

-hey v1.2.6, written by Attila Mezei (amezei@mail.datanet.hu)
-usage: hey [-s] <app|signature> [let <specifier> do] <verb> <specifier_1> <of <specifier_n>>* 
-           [to <value>] [with name=<value> [and name=<value>]*]
+hey v1.2.8, written by Attila Mezei (attila.mezei@mail.datanet.hu)
+usage: hey [-s][-o] <app|signature|teamid> [let <specifier> do] <verb> <specifier_1> <of
+           <specifier_n>>* [to <value>] [with name=<value> [and name=<value>]*]
 where  <verb> : DO|GET|SET|COUNT|CREATE|DELETE|GETSUITES|QUIT|SAVE|LOAD|'what'
-  <specifier> : [the] <property_name> [ <index> | name | "name" | '"name"']
-      <index> : index | '['index']' | '['-reverse_index']' | '['fromvalue to tovalue']'
+  <specifier> : [the] <property_name> [ <index> | name | "name" | '"name"' ]
       <index> : int | -int | '['int']' | '['-int']' | '['startint to end']'
-      <value> : "string" | <integer> | <float> | bool(value) | int8(value) |
-                int16(value) | int32(value) | float(value) | double(value) |
-                BPoint(x,y) | BRect(l,t,r,b) | rgb_color(r,g,b,a) | file(path)   
+      <value> : "string" | <integer> | <float> | bool(value) | int8(value)
+                | int16(value) | int32(value) | float(value) | double(value)
+                | BPoint(x,y) | BRect(l,t,r,b) | rgb_color(r,g,b,a) | file(path)
 options: -s: silent
+         -o: output result to stdout for easy parsing
 
 

@@ -57,7 +57,7 @@

The verb

  • SAVE: B_SAVE_REQUESTED
  • LOAD: B_REFS_RECEIVED -You can use your own verbs if you specify the value names and constants in the 'value_info' structure. See BPropertyInfo and PropertyInfo.h for details. +You can use your own verbs if you specify the value names and constants in the 'value_info' structure. See BPropertyInfo and PropertyInfo.h for details.

    Note that the verb is not case sensitive but the specifier names (e.g. "Frame", "Label"...) are. You can use 'what' constants directly, like @@ -102,6 +102,29 @@

    DEBUG mode


    History

    +v1.2.8 + +v1.2.7 + v1.2.6 v1.2.3 v1.2.2 v1.2.1 v1.2.0 v1.1.0 @@ -247,7 +270,7 @@

    Set a view property:

    	hey Network set Frame of View 0 of Window "Network" to 'BRect(0,0,100,400)'
     	hey Network set Hidden of View 0 of View 0 of Window "Network" to true
     	hey Network set Label of View 5 of View 0 of Window "Network" to "Restart Something"
    -	hey Network set Value of View 0 of View 2 of View 0 of Window "Network" to 1 
    +	hey Network set Value of View 0 of View 2 of View 0 of Window "Network" to 1
     	hey Network set Text of View 2 of View 2 of View 0 of Window "Network" to "joe"
     

    Close a window in an application