Advertisement
Guest User

Untitled

a guest
Jan 13th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <action>
  2. <icon>stock_folder-copy</icon>
  3. <name>Copy To...</name>
  4. <command>cp -r %F &quot;$(zenity --file-selection --directory)&quot;</command>
  5. <description>Copy this item</description>
  6. <patterns>*</patterns>
  7. <startup-notify/>
  8. <directories/>
  9. <audio-files/>
  10. <image-files/>
  11. <other-files/>
  12. <text-files/>
  13. <video-files/>
  14. </action>
  15. <action>
  16. <icon>stock_folder-move</icon>
  17. <name>Move To...</name>
  18. <command>mv %F &quot;$(zenity --file-selection --directory)&quot;</command>
  19. <description>Move this item</description>
  20. <patterns>*</patterns>
  21. <startup-notify/>
  22. <directories/>
  23. <audio-files/>
  24. <image-files/>
  25. <other-files/>
  26. <text-files/>
  27. <video-files/>
  28. </action>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement