From b63dc1abf0f4735f053cea3c1e85a7d62275c9d8 Mon Sep 17 00:00:00 2001 From: aaaawwWWWwwwwWWW <73749744+aaaawwWWWwwwwWWW@users.noreply.github.com> Date: Fri, 18 Jun 2021 14:03:45 -0300 Subject: [PATCH] kdeconnect-cli: add share file/url; remove redundant pair (#6119) --- pages/common/kdeconnect-cli.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/kdeconnect-cli.md b/pages/common/kdeconnect-cli.md index 652dcef14e..2ba3819812 100644 --- a/pages/common/kdeconnect-cli.md +++ b/pages/common/kdeconnect-cli.md @@ -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}}`