mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
kdeconnect-cli: add page (#5866)
This commit is contained in:
parent
92a4fea8b2
commit
2391ffcc92
1 changed files with 36 additions and 0 deletions
36
pages/common/kdeconnect-cli.md
Normal file
36
pages/common/kdeconnect-cli.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# kdeconnect-cli
|
||||
|
||||
> KDE Connect CLI.
|
||||
> More information: <https://kdeconnect.kde.org>.
|
||||
|
||||
- List all devices:
|
||||
|
||||
`kdeconnect-cli --list-devices`
|
||||
|
||||
- List all reachable devices:
|
||||
|
||||
`kdeconnect-cli --list-available`
|
||||
|
||||
- Request pairing with a specific device, specifying its ID:
|
||||
|
||||
`kdeconnect-cli --pair --device {{device_id}}`
|
||||
|
||||
- Request pairing with a specific device, specifying its name:
|
||||
|
||||
`kdeconnect-cli --pair --name {{device_name}}`
|
||||
|
||||
- Ring a specific device:
|
||||
|
||||
`kdeconnect-cli --ring --name {{device_name}}`
|
||||
|
||||
- Send an SMS with an optional attachment to a specific number:
|
||||
|
||||
`kdeconnect-cli --name {{device_name}} --send-sms {{message}} --destination {{phone_number}} --attachment {{path/to/file}}`
|
||||
|
||||
- Unlock a specific device:
|
||||
|
||||
`kdeconnect-cli --name {{device_name}} --unlock`
|
||||
|
||||
- Simulate a key press on a specific device:
|
||||
|
||||
`kdeconnect-cli --name {{device_name}} --send-keys {{key}}`
|
Loading…
Add table
Reference in a new issue