This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] multitail: View one or multiple files like tail but with multiple windows.


Hi

I would like to contribute and maintain the multitail package:

 o http://www.vanheusden.com/multitail/ (Homepage)
 o http://www.vanheusden.com/multitail/multitail-4.2.0.tgz  (Download location) 


The package can be found in the following distros:

 o http://packages.debian.org/stable/source/multitail
 o http://packages.ubuntu.com/edgy/source/multitail
 

Here is the setup.hint file:

sdesc: View one or multiple files like tail but with multiple windows.
ldesc: MultiTail lets you view one or multiple files like the original tail
program. The difference is that it creates multiple windows on your
console (with ncurses). It can also monitor wildcards: if another file
matching the wildcard has a more recent modification date, it will
automatically switch to that file. That way you can, for example,
monitor a complete directory of files. Merging of 2 or even more
logfiles is possible. 
It can also use colors while displaying the logfiles (through regular
expressions), for faster recognition of what is important and what not.
Multitail can also filter lines (again with regular expressions) and
has interactive menus for editing given regular expressions and
deleting and adding windows. One can also have windows with the output
of shell scripts and other software. When viewing the output of 
external software, MultiTail can mimic the functionality of tools like
'watch' and such.
category: Utils Text
requires: cygwin libncurses8

-------------------------------- cut here ------------------------------------
#!/bin/bash

mkdir multitail
cd multitail

wget http://de.geocities.com/vzell1/cygwin/setup.hint.zip
wget http://de.geocities.com/vzell1/cygwin/multitail-4.2.0-1-src.tar.bz2.zip
wget http://de.geocities.com/vzell1/cygwin/multitail-4.2.0-1.tar.bz2.zip
mv setup.hint.zip                    setup.hint
mv multitail-4.2.0-1-src.tar.bz2.zip multitail-4.2.0-1-src.tar.bz2
mv multitail-4.2.0-1.tar.bz2.zip     multitail-4.2.0-1.tar.bz2
-------------------------------- cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]