first commit
This commit is contained in:
parent
1a91729835
commit
f29c5c5c9b
9
copy-name-to-clipboard@punix.nemo_action
Normal file
9
copy-name-to-clipboard@punix.nemo_action
Normal file
@ -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;
|
BIN
copy-name-to-clipboard@punix/icon.png
Normal file
BIN
copy-name-to-clipboard@punix/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
7
copy-name-to-clipboard@punix/metadata.json
Normal file
7
copy-name-to-clipboard@punix/metadata.json
Normal file
@ -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"
|
||||||
|
}
|
@ -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 ""
|
BIN
copy-name-to-clipboard@punix/po/de.mo
Normal file
BIN
copy-name-to-clipboard@punix/po/de.mo
Normal file
Binary file not shown.
38
copy-name-to-clipboard@punix/po/de.po
Normal file
38
copy-name-to-clipboard@punix/po/de.po
Normal file
@ -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"
|
Loading…
x
Reference in New Issue
Block a user