Bug 206987

Summary: Batch manipulating search result in a bash command
Product: [Applications] kfind Reporter: manolis <manolis>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED INTENTIONAL    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description manolis 2009-09-10 18:37:55 UTC
Version:           4.3.1 (using KDE 4.3.1)
Compiler:          gcc 
OS:                Linux
Installed from:    Gentoo Packages

Let me give an example.
Suppose we have a dir structure with many pics inside.
I can search with kfind all the *.jpg for example

It would be great if there was a button in kfind let's name it "Execute" that will execute a bash command in every search result

It would be very helpfull for batch manipulating of results. 
The result in the command could be a var like [result] or simply $1

A few examples:
- manipulate all results to with imagemagick.
- append them to a tar.
- mail them
etc etc