Bug 177290 - File Watcher plasmoid should be able to filter like the grep command
Summary: File Watcher plasmoid should be able to filter like the grep command
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 06:29 UTC by Javier G.
Modified: 2009-01-26 23:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier G. 2008-12-09 06:29:55 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

Should be nice if the file watcher plasmoid is able to filter lines like a grep command works.

An new option filter should be added to allow words and/or regular expressions.

Example: 
I want to check a log file directly on my desktop to see who tries to login in my ssh server but the log file has a lot of useless lines. I usually check it with the terminal:
cat /var/log/auth.log | grep ssh
But would be nice if filewatcher plasmoid does the process of filter lines with words or regular expressions.
Comment 1 Davide Bettio 2009-01-26 23:33:25 UTC
SVN commit 917120 by bettio:

FEATURE: fileWatcher filtering.
BUG: 177290


 M  +4 -5      fileWatcher.cpp  
 M  +178 -27   filtersConfig.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=917120