Description: File Activity Viewer opens a file and shows you the last lines (this is configurable) and then keeps waiting for changes in that file. It works like a graphical (with GUI) tail -f.Last changelog:
Add Edit menu with Copy, Clear and Select All functions. Add possibility to open multiple files at once in the same window
The highlight and filtering is planned for version 0.3.0 as shown in the roadmap: http://pupeno.com/fs/fiacvi/roadmap
The poping up was not planned, but it's a good idea.
I think I'll implement a generic action system, where acording to a regexp (or simple expression) you can choose to ignore, highlight, pop up, run a program, etc, etc.
Ratings & Comments
5 Comments
I've wanted something like this as well... Other things would be to have it handle regexps for various things...- ignore regexp list
- popup window/uniconify regexp list
- highlight regexp list
- ...
The highlight and filtering is planned for version 0.3.0 as shown in the roadmap: http://pupeno.com/fs/fiacvi/roadmap The poping up was not planned, but it's a good idea. I think I'll implement a generic action system, where acording to a regexp (or simple expression) you can choose to ignore, highlight, pop up, run a program, etc, etc.
Any chance of making an applet version? It'd be nicer not to need to have a window continuously open, and 2-3 lines can easily fit into kicker
Yes. I didn't thought about an applet, but it's a great idea. I'll add it to the roadmap along the kparts.
You rule man! At last. I've been awaiting something like this for long. Thanks!