diff --git a/copy-name-to-clipboard@punix.nemo_action b/copy-name-to-clipboard@punix.nemo_action new file mode 100644 index 0000000..e60a50d --- /dev/null +++ b/copy-name-to-clipboard@punix.nemo_action @@ -0,0 +1,9 @@ +[Nemo Action] +Name=Copy name to clipboard +Name[de]=Name in die Zwischenablage kopieren +Comment=Copy the name 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-name-to-clipboard@punix/icon.png b/copy-name-to-clipboard@punix/icon.png new file mode 100644 index 0000000..b5ac199 Binary files /dev/null and b/copy-name-to-clipboard@punix/icon.png differ diff --git a/copy-name-to-clipboard@punix/metadata.json b/copy-name-to-clipboard@punix/metadata.json new file mode 100644 index 0000000..613a9f6 --- /dev/null +++ b/copy-name-to-clipboard@punix/metadata.json @@ -0,0 +1,7 @@ +{ + "description": "Copy the name of the selected item to the clipboard. Requires xclip to be installed.", + "uuid": "copy-name-to-clipboard@punix", + "name": "Copy Name To Clipboard", + "author": "punix", + "version": "1.0.0" +} diff --git a/copy-name-to-clipboard@punix/po/copy-name-to-clipboard@punix.pot b/copy-name-to-clipboard@punix/po/copy-name-to-clipboard@punix.pot new file mode 100644 index 0000000..0f47406 --- /dev/null +++ b/copy-name-to-clipboard@punix/po/copy-name-to-clipboard@punix.pot @@ -0,0 +1,34 @@ +# COPY PATH TO CLIPBOARD +# This file is put in the public domain. +# punix, 2025 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: copy-name-to-clipboard@punix 1.0.0\n" +"POT-Creation-Date: 2025-02-16 11:36+0100\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. metadata.json->description +msgid "" +"Copy the name of the selected item to the clipboard. Requires xclip to " +"be installed." +msgstr "" + +#. metadata.json->name +msgid "Copy Name To Clipboard" +msgstr "" + +#. copy-path-to-clipboard@punix.nemo_action.in->Name +msgid "Copy name to clipboard" +msgstr "" + +#. copy-path-to-clipboard@punix.nemo_action.in->Comment +msgid "Copy the name of the selected item to the clipboard" +msgstr "" diff --git a/copy-name-to-clipboard@punix/po/de.mo b/copy-name-to-clipboard@punix/po/de.mo new file mode 100644 index 0000000..17af379 Binary files /dev/null and b/copy-name-to-clipboard@punix/po/de.mo differ diff --git a/copy-name-to-clipboard@punix/po/de.po b/copy-name-to-clipboard@punix/po/de.po new file mode 100644 index 0000000..565c1b4 --- /dev/null +++ b/copy-name-to-clipboard@punix/po/de.po @@ -0,0 +1,38 @@ +# COPY PATH TO CLIPBOARD +# This file is put in the public domain. +# punix, 2025 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: copy-name-to-clipboard@punix 1.0.0\n" +"POT-Creation-Date: 2025-02-16 11:36+0100\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.2\n" + +#. metadata.json->description +msgid "" +"Copy the name of the selected item to the clipboard. Requires xclip to be " +"installed." +msgstr "" +"Kopiert den Namen der ausgewählten Datei in die Zwischenablage. " +"Benötigt \n" +"installiertes xclip." + +#. metadata.json->name +msgid "Copy Name To Clipboard" +msgstr "Name in die Zwischenablage kopieren" + +#. copy-path-to-clipboard@punix.nemo_action.in->Name +msgid "Copy name to clipboard" +msgstr "Name in die Zwischenablage kopieren" + +#. copy-path-to-clipboard@punix.nemo_action.in->Comment +msgid "Copy the name of the selected item to the clipboard" +msgstr "Kopiert den Namen der ausgewählten Datei in die Zwischenablage"