summarylogtreecommitdiffstats
path: root/hardlinkcopy.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'hardlinkcopy.desktop')
-rw-r--r--hardlinkcopy.desktop9
1 files changed, 9 insertions, 0 deletions
diff --git a/hardlinkcopy.desktop b/hardlinkcopy.desktop
new file mode 100644
index 000000000000..3febfb3b2d4d
--- /dev/null
+++ b/hardlinkcopy.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Action
+Name=Hardlink Copy
+Icon=edit-copy
+Profiles=profile-zero;
+
+[X-Action-Profile profile-zero]
+Exec=sh -c "cp -al %f `zenity --title 'Select destination directory' --file-selection --directory`/"
+Name=Default profile \ No newline at end of file