├── LICENSE ├── Makefile ├── README.md ├── config.json ├── nautilus-copy-path.py ├── nautilus_copy_path.py ├── net-installer.sh ├── screenshot.png ├── translation.py └── translations ├── ar.json ├── da.json ├── de.json ├── el.json ├── en.json ├── es.json ├── fi.json ├── fr.json ├── it.json ├── ja.json ├── no.json ├── pl.json ├── pt.json ├── ro.json ├── ru.json ├── se.json ├── tr.json ├── uk.json ├── vi.json └── zh.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/config.json -------------------------------------------------------------------------------- /nautilus-copy-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/nautilus-copy-path.py -------------------------------------------------------------------------------- /nautilus_copy_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/nautilus_copy_path.py -------------------------------------------------------------------------------- /net-installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/net-installer.sh -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/screenshot.png -------------------------------------------------------------------------------- /translation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translation.py -------------------------------------------------------------------------------- /translations/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/ar.json -------------------------------------------------------------------------------- /translations/da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/da.json -------------------------------------------------------------------------------- /translations/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/de.json -------------------------------------------------------------------------------- /translations/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/el.json -------------------------------------------------------------------------------- /translations/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/en.json -------------------------------------------------------------------------------- /translations/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/es.json -------------------------------------------------------------------------------- /translations/fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/fi.json -------------------------------------------------------------------------------- /translations/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/fr.json -------------------------------------------------------------------------------- /translations/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/it.json -------------------------------------------------------------------------------- /translations/ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/ja.json -------------------------------------------------------------------------------- /translations/no.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/no.json -------------------------------------------------------------------------------- /translations/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/pl.json -------------------------------------------------------------------------------- /translations/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/pt.json -------------------------------------------------------------------------------- /translations/ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/ro.json -------------------------------------------------------------------------------- /translations/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/ru.json -------------------------------------------------------------------------------- /translations/se.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/se.json -------------------------------------------------------------------------------- /translations/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/tr.json -------------------------------------------------------------------------------- /translations/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/uk.json -------------------------------------------------------------------------------- /translations/vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/vi.json -------------------------------------------------------------------------------- /translations/zh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chr314/nautilus-copy-path/HEAD/translations/zh.json --------------------------------------------------------------------------------