Forrest logo
back to context overview

kdeconnect-cli

List of commands for kdeconnect-cli:

  • kdeconnect-cli:ai:1a6e8 This command pings the device to check its connectivity
    $ kdeconnect-cli --name ${device_name} --ping
    try on your machine
    explain this command
  • kdeconnect-cli:ai:4d743 Lists the available devices for pairing
    $ kdeconnect-cli -l
    try on your machine
    explain this command
  • kdeconnect-cli:ai:4fa9d How to use kdeconnect
    $ kdeconnect-cli
    try on your machine
    explain this command
  • kdeconnect-cli:ai:5a95e Use kdeconnect-cli to send a command to a connected device using KDE Connect
    $ kdeconnect-cli --send 'command_name'
    try on your machine
    explain this command
  • kdeconnect-cli:ai:df522 Turns on the phone light using kdeconnect
    $ kdeconnect-cli --ping ${DEVICE_ID} --remote 'kcminit brightness 100'
    try on your machine
    explain this command
  • kdeconnect-cli:tldr:05140 kdeconnect-cli: List available (paired and reachable) devices.
    $ kdeconnect-cli --list-available
    try on your machine
    explain this command
  • kdeconnect-cli:tldr:0f878 kdeconnect-cli: List all devices.
    $ kdeconnect-cli --list-devices
    try on your machine
    explain this command
  • kdeconnect-cli:tldr:1adcb kdeconnect-cli: Simulate a key press on a specific device.
    $ kdeconnect-cli --name "${device_name}" --send-keys ${key}
    try on your machine
    explain this command
  • kdeconnect-cli:tldr:1baaa kdeconnect-cli: Request pairing with a specific device, specifying its ID.
    $ kdeconnect-cli --pair --device ${device_id}
    try on your machine
    explain this command
  • kdeconnect-cli:tldr:5c0c7 kdeconnect-cli: Send an SMS with an optional attachment to a specific number.
    $ kdeconnect-cli --name "${device_name}" --send-sms "${message}" --destination ${phone_number} --attachment ${filename}
    try on your machine
    explain this command
  • kdeconnect-cli:tldr:6f95c kdeconnect-cli: Unlock a specific device.
    $ kdeconnect-cli --name "${device_name}" --unlock
    try on your machine
    explain this command
  • kdeconnect-cli:tldr:b5fc5 kdeconnect-cli: Share an URL or file with a paired device, specifying its ID.
    $ kdeconnect-cli --share ${select} --device ${device_id}
    try on your machine
    explain this command
  • kdeconnect-cli:tldr:fd2d1 kdeconnect-cli: Ring a device, specifying its name.
    $ kdeconnect-cli --ring --name "${device_name}"
    try on your machine
    explain this command
back to context overview