Advertisement
Red-ex

uca.xml

Jul 22nd, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.36 KB | None | 0 0
  1. <?xml encoding="UTF-8" version="1.0"?>
  2. <actions>
  3. <action>
  4.     <icon>utilities-terminal</icon>
  5.     <name>Открыть терминал</name>
  6.     <unique-id>1531677933262495-1</unique-id>
  7.     <command>exo-open --working-directory %f --launch TerminalEmulator</command>
  8.     <description>Пример особого действия</description>
  9.     <patterns>*</patterns>
  10.     <startup-notify/>
  11.     <directories/>
  12. </action>
  13. <action>
  14.     <icon>file-manager-red</icon>
  15.     <name>Open a root Thunar here</name>
  16.     <unique-id>1532267504924670-9</unique-id>
  17.     <command>beesu thunar %f</command>
  18.     <description>Opening a root Thunar</description>
  19.     <patterns>*</patterns>
  20.     <directories/>
  21. </action>
  22. <action>
  23.     <icon>mail-signature-unknown</icon>
  24.     <name>Open Text as Root</name>
  25.     <unique-id>1532274325971649-11</unique-id>
  26.     <command>beesu xed %f</command>
  27.     <description>Opens selected text file with root permissions</description>
  28.     <patterns>*</patterns>
  29.     <text-files/>
  30. </action>
  31. <action>
  32.     <icon>foto</icon>
  33.     <name>View as Slideshow</name>
  34.     <unique-id>1532264069248965-7</unique-id>
  35.     <command>feh -. -g720x405 -Z -d -x -Bblack -D2.5 %F</command>
  36.     <description>Shows images in a nice view</description>
  37.     <patterns>*</patterns>
  38.     <image-files/>
  39. </action>
  40. <action>
  41.     <icon>accessories-text-editor-symbolic</icon>
  42.     <name>Rename to small case and clean</name>
  43.     <unique-id>1532260316914997-4</unique-id>
  44.     <command>for file in %N; do mv &quot;$file&quot; &quot;$(echo &quot;$file&quot; | tr -s &apos; &apos; | tr &apos; A-Z&apos; &apos;-a-z&apos; | tr -s &apos;-&apos; | tr -c &apos;[:alnum:][:cntrl:].&apos; &apos;-&apos;)&quot;; done</command>
  45.     <description>Remove spaces, renames to lower case</description>
  46.     <patterns>*</patterns>
  47.     <directories/>
  48.     <audio-files/>
  49.     <image-files/>
  50.     <text-files/>
  51.     <video-files/>
  52. </action>
  53. <action>
  54.     <icon>kfind</icon>
  55.     <name>Search</name>
  56.     <unique-id>1532275458544085-13</unique-id>
  57.     <command>catfish --hidden --path=%f</command>
  58.     <description>Search Including Hidden Files/Folders</description>
  59.     <patterns>*</patterns>
  60.     <directories/>
  61. </action>
  62. <action>
  63.     <icon>luckybackup</icon>
  64.     <name>Create backup</name>
  65.     <unique-id>1532440299604752-1</unique-id>
  66.     <command>cp -rf %f %f.bak</command>
  67.     <description>Backup any files</description>
  68.     <patterns>*</patterns>
  69.     <audio-files/>
  70.     <image-files/>
  71.     <other-files/>
  72.     <text-files/>
  73.     <video-files/>
  74. </action>
  75. </actions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement