├── .gitignore ├── Makefile ├── README.md ├── kdeconnect-ext.py ├── kdeconnect.py └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | /build/ 2 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forabi/nautilus-kdeconnect/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forabi/nautilus-kdeconnect/HEAD/README.md -------------------------------------------------------------------------------- /kdeconnect-ext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forabi/nautilus-kdeconnect/HEAD/kdeconnect-ext.py -------------------------------------------------------------------------------- /kdeconnect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forabi/nautilus-kdeconnect/HEAD/kdeconnect.py -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forabi/nautilus-kdeconnect/HEAD/screenshot.png --------------------------------------------------------------------------------