Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 769 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 769 Bytes

Nautilus Taildrop

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

Setup

Tailscale

Run Tailscale with

tailscale up --operator $USER

Requirements

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

Install extension

git clone https://github.com/jahtz/nautilus-taildrop.git
cd nautilus-taildrop
make install

Remove extension

make uninstall