Transfer files via Bluetooth in the terminal
Install dependencies:
pacman -S bluez-utils bluez-tools bluez-obex
Pairing devices:
1bluetoothctl scan on
2bluetoothctl pair <MAC>
Receiving files:
bt-obex -s ~/Downloads
Sending files:
bt-obex -p <MAC> filename.txt