Advertisement
Techn9ne1730

ServiceMenu

Jun 23rd, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. [Desktop Entry]
  2. Type=Service
  3. X-KDE-ServiceTypes=KonqPopupMenu/Plugin,inode/directory
  4. Actions=openTerminalHereToUnrar;
  5. X-KDE-AuthorizeAction=shell_access
  6.  
  7. [Desktop Action openTerminalHereToUnrar]
  8. Name=Search for RARs
  9. Icon=utilities-file-archiver
  10. Exec=konsole --workdir %f && find -type f -name *.rar -exec unrar e {} \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement