1
0
Fork 0
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:
aaaawwWWWwwwwWWW 2021-06-18 14:03:45 -03:00 committed by GitHub
parent 274b41e10c
commit b63dc1abf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`