LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

bluetooth-sendto

Send files over Bluetooth via a graphical dialog

TLDR

Open file transfer dialog to select device and files
$ bluetooth-sendto
copy
Send a file to a specific Bluetooth device
$ bluetooth-sendto --device=[XX:XX:XX:XX:XX:XX] [path/to/file]
copy
Send a file to a device with a specified name
$ bluetooth-sendto --device=[XX:XX:XX:XX:XX:XX] --name="[Device Name]" [path/to/file]
copy
Send multiple files to a device
$ bluetooth-sendto --device=[XX:XX:XX:XX:XX:XX] [file1] [file2] [file3]
copy

SYNOPSIS

bluetooth-sendto [--device=XX:XX:XX:XX:XX:XX] [--name=NAME] [file...]

DESCRIPTION

bluetooth-sendto is a GTK application for transferring files over Bluetooth. It is part of the gnome-bluetooth package and provides a graphical dialog for selecting devices and files to transfer.When run without arguments, it displays a file chooser and device selection dialog. When a device address is specified, it connects directly to that device. Multiple files can be sent in a single operation.

PARAMETERS

--device=XX:XX:XX:XX:XX:XX

Specify the Bluetooth MAC address of the target device. If omitted, a device chooser dialog is displayed
--name=NAME
Specify the device name. If omitted, the name is auto-detected from the device address
file...
One or more files to send. If omitted, a file chooser dialog is displayed

INSTALL

sudo apt install gnome-bluetooth-sendto
copy
sudo dnf install gnome-bluetooth
copy
sudo apk add gnome-bluetooth
copy
sudo zypper install gnome-bluetooth
copy
nix profile install nixpkgs#gnome-bluetooth
copy

CAVEATS

Requires Bluetooth to be enabled and the target device to be paired and within range. The receiving device must accept the incoming file transfer request. Part of the GNOME Bluetooth stack, so a GTK environment is required.

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid