2021-05-14 00:56:40 +01:00
|
|
|
# kdeconnect-cli
|
|
|
|
|
|
|
|
> KDE Connect CLI.
|
|
|
|
> More information: <https://kdeconnect.kde.org>.
|
|
|
|
|
|
|
|
- List all devices:
|
|
|
|
|
|
|
|
`kdeconnect-cli --list-devices`
|
|
|
|
|
2021-06-18 18:03:45 +01:00
|
|
|
- List available (paired and reachable) devices:
|
2021-05-14 00:56:40 +01:00
|
|
|
|
|
|
|
`kdeconnect-cli --list-available`
|
|
|
|
|
|
|
|
- Request pairing with a specific device, specifying its ID:
|
|
|
|
|
|
|
|
`kdeconnect-cli --pair --device {{device_id}}`
|
|
|
|
|
2021-06-18 18:03:45 +01:00
|
|
|
- Ring a device, specifying its name:
|
2021-05-14 00:56:40 +01:00
|
|
|
|
2021-06-18 18:03:45 +01:00
|
|
|
`kdeconnect-cli --ring --name {{device_name}}`
|
2021-05-14 00:56:40 +01:00
|
|
|
|
2021-06-18 18:03:45 +01:00
|
|
|
- Share an URL or file with a paired device, specifying its ID:
|
2021-05-14 00:56:40 +01:00
|
|
|
|
2021-06-18 18:03:45 +01:00
|
|
|
`kdeconnect-cli --share {{URL|path/to/file}} --device {{device_id}}`
|
2021-05-14 00:56:40 +01:00
|
|
|
|
|
|
|
- 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}}`
|