docs: update README + SKILL.md with prompt, timeout, all current commands
This commit is contained in:
parent
537ed95a3c
commit
7ddaf5ddfe
2 changed files with 53 additions and 69 deletions
|
|
@ -140,7 +140,9 @@ python remote.py exec "Moritz PC" whoami
|
|||
```bash
|
||||
python remote.py sessions # list sessions
|
||||
python remote.py screenshot <session> # capture screenshot → /tmp/helios-remote-screenshot.png
|
||||
python remote.py exec <session> <command...> # run shell command
|
||||
python remote.py exec <session> <command...> # run shell command (PowerShell, no wrapper needed)
|
||||
python remote.py exec <session> --timeout 600 <command...> # with custom timeout (seconds, default: 30)
|
||||
python remote.py prompt <session> "Please click Save, then OK" # ask user to do something manually
|
||||
python remote.py click <session> <x> <y> # mouse click
|
||||
python remote.py type <session> <text> # keyboard input
|
||||
python remote.py windows <session> # list windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue