Nautilus extension for sending and receiving files with Taildrop (Tailscale)
Important
Taildrop can't transfer files to devices of other users or devices that are tagged:
https://tailscale.com/kb/1106/taildrop#send-files-with-taildrop
Run Tailscale with
tailscale up --operator $USER
Ubuntu/Debian/Mint: sudo apt install python3-nautilus python3-gi
RHEL/Fedora: sudo dnf install nautilus-python python3-gobject
Arch: sudo pacman -S python-nautilus python-gobject
git clone https://github.com/jahtz/nautilus-taildrop.git
cd nautilus-taildrop
make install
make uninstall