aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-25 21:47:29 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-25 21:47:29 +0200
commit15c34d9a9975ad0fa53d34ca1498a0d1ac086e66 (patch)
tree8a08b4ccaba783450114db338d7954d6c026d976 /README
parent61b04e00a3627e304d0812dbd8b582a1b5791e9a (diff)
document talk_to_socket
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index d73bab1..453b7a5 100644
--- a/README
+++ b/README
@@ -141,6 +141,8 @@ The following commands are recognized:
* `sync_sh <command>`
- these are synchronous variants of `spawn` and `sh`, which means uzbl will wait for them to return
- you should only need to use these manually if you want to use a chain command in a handler that wants output from the command it runs
+* `talk_to_socket <socketfile> <tokens/command>`
+ - lets uzbl talk to a socketfile
* `exit`
* `search <string>`
* `search_reverse <string>`