diff --git a/copy-path-to-clipboard@claudiux/CHANGELOG.md b/copy-path-to-clipboard@claudiux/CHANGELOG.md new file mode 100644 index 00000000..e354a24b --- /dev/null +++ b/copy-path-to-clipboard@claudiux/CHANGELOG.md @@ -0,0 +1,4 @@ + +### 1.0.0 + +* Initial release diff --git a/copy-path-to-clipboard@claudiux/README.md b/copy-path-to-clipboard@claudiux/README.md new file mode 100644 index 00000000..5def1e0d --- /dev/null +++ b/copy-path-to-clipboard@claudiux/README.md @@ -0,0 +1,10 @@ +Copy Path To Clipboard +====================== + +Copy the entire path of a file or folder to the clipboard by right-clicking on it. + +DESCRIPTION +----------- + +This action adds a context menu item for copying an entire path to the clipboard. You can then paste this path anywhere as usual. + diff --git a/copy-path-to-clipboard@claudiux/copy-path-to-clipboard@claudiux.nemo_action.in b/copy-path-to-clipboard@claudiux/copy-path-to-clipboard@claudiux.nemo_action.in new file mode 100644 index 00000000..8671da3a --- /dev/null +++ b/copy-path-to-clipboard@claudiux/copy-path-to-clipboard@claudiux.nemo_action.in @@ -0,0 +1,8 @@ +[Nemo Action] +_Name=Copy path to clipboard +_Comment=Copy the full path of the selected item to the clipboard +Exec=sh -c "echo -n %F | xclip -selection clipboard" +Selection=s +Extensions=any; +Icon-Name=edit-copy +Dependencies=xclip; diff --git a/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/icon.png b/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/icon.png new file mode 100644 index 00000000..b5ac199f Binary files /dev/null and b/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/icon.png differ diff --git a/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/metadata.json b/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/metadata.json new file mode 100755 index 00000000..3ca61a0f --- /dev/null +++ b/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/metadata.json @@ -0,0 +1,7 @@ +{ + "description": "Copy the full path of the selected item to the clipboard", + "uuid": "copy-path-to-clipboard@claudiux", + "name": "Copy Path To Clipboard", + "author": "claudiux", + "version": "1.0.0" +} diff --git a/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/po/copy-path-to-clipboard@claudiux.pot b/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/po/copy-path-to-clipboard@claudiux.pot new file mode 100644 index 00000000..2988edb3 --- /dev/null +++ b/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/po/copy-path-to-clipboard@claudiux.pot @@ -0,0 +1,31 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: copy-path-to-clipboard@claudiux 1.0.0\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-06-04 11:37+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. metadata.json->description +#. copy-path-to-clipboard@claudiux.nemo_action.in->Comment +msgid "Copy the full path of the selected item to the clipboard" +msgstr "" + +#. metadata.json->name +msgid "Copy Path To Clipboard" +msgstr "" + +#. copy-path-to-clipboard@claudiux.nemo_action.in->Name +msgid "Copy path to clipboard" +msgstr "" diff --git a/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/po/fr.po b/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/po/fr.po new file mode 100644 index 00000000..0e2bdf57 --- /dev/null +++ b/copy-path-to-clipboard@claudiux/files/copy-path-to-clipboard@claudiux/po/fr.po @@ -0,0 +1,33 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: copy-path-to-clipboard@claudiux 1.0.0\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-06-04 11:37+0200\n" +"PO-Revision-Date: 2024-06-04 11:39+0200\n" +"Last-Translator: Claudiux \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +#. copy-path-to-clipboard@claudiux.nemo_action.in->Comment +msgid "Copy the full path of the selected item to the clipboard" +msgstr "" +"Copie le chemin complet de l'élément sélectionné dans le presse-papiers" + +#. metadata.json->name +msgid "Copy Path To Clipboard" +msgstr "Copier le chemin dans le presse-papier" + +#. copy-path-to-clipboard@claudiux.nemo_action.in->Name +msgid "Copy path to clipboard" +msgstr "Copier le chemin dans le presse-papier" diff --git a/copy-path-to-clipboard@claudiux/info.json b/copy-path-to-clipboard@claudiux/info.json new file mode 100644 index 00000000..b4a85752 --- /dev/null +++ b/copy-path-to-clipboard@claudiux/info.json @@ -0,0 +1,3 @@ +{ + "author": "claudiux" +}