mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:26:01 +02:00
kdeconnect-cli: add share file/url; remove redundant pair (#6119)
This commit is contained in:
parent
274b41e10c
commit
b63dc1abf0
1 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
`kdeconnect-cli --list-devices`
|
||||
|
||||
- List all reachable devices:
|
||||
- List available (paired and reachable) devices:
|
||||
|
||||
`kdeconnect-cli --list-available`
|
||||
|
||||
|
@ -15,14 +15,14 @@
|
|||
|
||||
`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:
|
||||
- Ring a device, specifying its name:
|
||||
|
||||
`kdeconnect-cli --ring --name {{device_name}}`
|
||||
|
||||
- Share an URL or file with a paired device, specifying its ID:
|
||||
|
||||
`kdeconnect-cli --share {{URL|path/to/file}} --device {{device_id}}`
|
||||
|
||||
- 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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue