NAME

tailt - Tail files using the Tail::Tool library

VERSION

This documentation refers to tailt version 0.2.0.

SYNOPSIS

  tailt [option] file1 [file2 ...]
  tailt --help | --man | --VERSION

OPTIONS:
 -r --restart     Turn on menu, which allows chnaging of options/files/plugin
                  configuration on the fly. To see the menu type any thing
                  other than q and press enter, typing q & enter quit.
 -n --lines=int   The number of lines form the end of a file to start tailing
                  The default is 10.
 -s --config=str  Use the str config option from previously save config
    --no_inotify  Inotify works wonderfully usually but if a file is on a network
                  networked drive it sometimes doesn't fire when a tailed file
                  changes, this option turns off inotify and uses the polling
                  option

 -v --verbose       Show more detailed option
    --VERSION       Prints the version information
    --help          Prints this help information
    --man           Prints the full documentation for tailt

PLUGINS:
 -h --highlight   Sets up the hightlight plugin options
 -m --match       Sets up the match plugin option to only show lines that natch
                  the regexp.
 -i --ignore      Sets up the ignore plugin options to hide all lines that
                  match the regexp.
 -r --replace     Sets op the replace plugin option which chnages match values.
    --spacing key=value

DESCRIPTION

SUBROUTINES/METHODS

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

~/.tailtrc

Stores the saved configuration options (stored in YAML format)

DEPENDENCIES

INCOMPATIBILITIES

BUGS AND LIMITATIONS

There are no known bugs in this module.

Please report problems to Ivan Wills (ivan.wills@gamil.com).

Patches are welcome.

AUTHOR

Ivan Wills - (ivan.wills@gamil.com)

LICENSE AND COPYRIGHT

Copyright (c) 2010 Ivan Wills (14 Mullion Close, Hornsby Heights, NSW, Australia, 2077). All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.