{"id":23035230,"url":"https://github.com/chr314/nautilus-copy-path","last_synced_at":"2025-10-16T08:11:55.395Z","repository":{"id":40450940,"uuid":"178724057","full_name":"chr314/nautilus-copy-path","owner":"chr314","description":"Configurable extension for Nautilus to copy path, URI, name or content","archived":false,"fork":false,"pushed_at":"2024-04-17T09:36:00.000Z","size":145,"stargazers_count":181,"open_issues_count":4,"forks_count":32,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-19T22:42:57.882Z","etag":null,"topics":["clipboard","configurable","copy-to-clipboard","file-manager","gnome","keyboard-shortcuts","linux","multilingual","nautilus","nautilus-extension"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chr314.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-31T18:07:23.000Z","updated_at":"2025-06-11T15:05:51.000Z","dependencies_parsed_at":"2024-04-17T10:43:47.149Z","dependency_job_id":null,"html_url":"https://github.com/chr314/nautilus-copy-path","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/chr314/nautilus-copy-path","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chr314%2Fnautilus-copy-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chr314%2Fnautilus-copy-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chr314%2Fnautilus-copy-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chr314%2Fnautilus-copy-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chr314","download_url":"https://codeload.github.com/chr314/nautilus-copy-path/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chr314%2Fnautilus-copy-path/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279169049,"owners_count":26118395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clipboard","configurable","copy-to-clipboard","file-manager","gnome","keyboard-shortcuts","linux","multilingual","nautilus","nautilus-extension"],"created_at":"2024-12-15T16:39:29.872Z","updated_at":"2025-10-16T08:11:55.362Z","avatar_url":"https://github.com/chr314.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nautilus Copy Path/Name\n\n![ScreenShot](https://raw.githubusercontent.com/chr314/nautilus-copy-path/master/screenshot.png)\n\n# Installation\n\n## [AUR](https://aur.archlinux.org/packages/nautilus-copy-path/)\n\n1. `yay -S nautilus-copy-path` or `yaourt -S nautilus-copy-path`\n2. Restart the Nautilus (`nautilus -q`)\n\n## Net Install\n\n```bash\ncurl -L https://raw.githubusercontent.com/chr314/nautilus-copy-path/master/net-installer.sh | bash\n```\n\n## Manual installation\n\n#### Install Dependencies\n\nFedora `sudo dnf install nautilus-python python3-gobject`\n\nUbuntu `sudo apt install python3-nautilus python3-gi`\n\nArch `sudo pacman -S python-nautilus python-gobject`\n\n#### Download \u0026 Install the Extension\n\n1. `git clone https://github.com/chr314/nautilus-copy-path.git`\n\n2. `cd nautilus-copy-path`\n\n3. `make install`\n\n4. Restart the Nautilus (`nautilus -q`) if not seeing the options.\n\n## Uninstallation\n\n1. `cd path/to/nautilus-copy-path`\n\n2. `make uninstall`\n\n3. Restart the Nautilus (`nautilus -q`) if still seeing the options after uninstall.\n\n## Keyboard Shortcuts\n\nDefault Keyboard Shortcuts\n\n| Action             | Shortcut         |\n|--------------------|------------------|\n| Copy Paths         | Ctrl + Shift + C |\n| Copy URIs          | Ctrl + Shift + U |\n| Copy Names         | Ctrl + Shift + D |\n| Copy Files Content | Ctrl + Shift + G |\n\n## Configuration\n\nconfiguration file: [config.json](config.json)\n\nexample:\n\n```json\n{\n  \"items\": {\n    \"path\": true,\n    \"uri\": true,\n    \"name\": true,\n    \"content\": true\n  },\n  \"selections\": {\n    \"clipboard\": true,\n    \"primary\": true\n  },\n  \"shortcuts\": {\n    \"path\": \"\u003cCtrl\u003e\u003cShift\u003eC\",\n    \"uri\": \"\u003cCtrl\u003e\u003cShift\u003eU\",\n    \"name\": \"\u003cCtrl\u003e\u003cShift\u003eD\",\n    \"content\": \"\u003cCtrl\u003e\u003cShift\u003eG\"\n  },\n  \"language\": \"auto\",\n  \"separator\": \", \",\n  \"escape_value_items\": false,\n  \"escape_value\": false,\n  \"name_ignore_extension\": false\n}\n```\n\n## Currently supported languages\n\n- Arabic\n- Chinese\n- Danish\n- English\n- Finnish\n- French\n- German\n- Greek\n- Italian\n- Japanese\n- Norwegian\n- Polish\n- Portuguese\n- Romanian\n- Russian\n- Spanish\n- Swedish\n- Turkish\n- Ukrainian\n- Vietnamese\n\n#### Add new translations\n\nTranslations files are in `translations` directory\n\nexample: [English Translation](translations/en.json)\n\n1. Copy the english translation file (`en.json`), the new file name must be the new language code (e.g. `es.json`)\n\n2. Translate the values in the new file\n\n3. Add information in the README in the section *Currently supported languages* about new language\n\n3. Create Pull Request with the new translation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchr314%2Fnautilus-copy-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchr314%2Fnautilus-copy-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchr314%2Fnautilus-copy-path/lists"}