File: README

package info (click to toggle)
brltty 6.8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,776 kB
  • sloc: ansic: 150,447; java: 13,484; sh: 9,667; xml: 5,702; tcl: 2,634; makefile: 2,328; awk: 713; lisp: 366; python: 321; ml: 301
file content (50 lines) | stat: -rw-r--r-- 1,321 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
apitest {program | client} [argument ...]

Programs (see the programs/ subdirectory):
  -help
  version

Clients (see the clients/ subdirectory):
  -help
  -server host[:port] (default is localhost:0)
  -authorization scheme+...
  api-error
  api-exception
    -wait seconds (default is 5)
  bound-commands
  computer-braille
  driver-keys
  echo [tty ...]
    -commands | -keys
    -values | -names
    -reads count (default is 10)
    -timeout seconds (default is 10)
  get-driver
  get-model
  get-size
  list-parameters [parameter [subparam]]
  pause
    -wait seconds (default is 5)
  set-parameter parameter value
  write-arguments
    -wait seconds (default is 5)
    -text text
    -begin cell# (default is 1)
    -length #cells (default is largest size of: text, and-mask, or-mask)
    -cursor {leave | no | cell#}
    -display {default | display#}
    -fix | -nofix
    -render
  write-dots [dots ...]
    -wait seconds (default is 5)
  write-text [text ...]
    -wait seconds (default is 5)
    -cursor {no | leave | cell#}

These aren't case sensitive and allow unambiguous truncations:
  program names (e.g. v for version)
  client names (e.g. l for list-parameters)
  option names (e.g. -h for -help)
  parameter names (e.g. clip for clipboard-content)
  boolean operands (false/true, off/on, no/yes, 0/1)