first commit

This commit is contained in:
2025-02-16 12:18:30 +01:00
parent 1a91729835
commit f29c5c5c9b
6 changed files with 88 additions and 0 deletions

View 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;