10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
[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;
|