Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosimo/rtail
rtail = tail + ssh + irc
https://github.com/cosimo/rtail
Last synced: 10 days ago
JSON representation
rtail = tail + ssh + irc
- Host: GitHub
- URL: https://github.com/cosimo/rtail
- Owner: cosimo
- Created: 2011-09-10T08:13:50.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-09T08:31:41.000Z (over 12 years ago)
- Last Synced: 2023-04-21T10:38:39.445Z (over 1 year ago)
- Language: Perl
- Homepage: soon
- Size: 97.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
Awesome Lists containing this project
README
=pod
=head1 NAME
rtail - irssi-style local and remote file tailer
=head1 SYNOPSIS
rtail --user root --file [--file ...]
C<< >> can be either:
=over 4
=item a local filename
Ex.: C
=item a remote filename, ssh-like syntax
Ex.: C<< : >>
=back
=head1 DESCRIPTION
C means that rtail is a C-like console
application to tail many local and remote files together.Irc-style commands like C<< /grep >> allow to search and highlight
given patterns in the stream of tailed log files that are coming
from "the tubes".More commands are planned.
=head2 MOTIVATION
This tool started from my frustration in combing production log files
from many different servers at the same time.=head2 STATUS
The basic prototype is functional and usable.
The only commands right now are C and C.I plan to expand this to allow arbitrary sources of data like
C for example. That would be awesome.The future's just a few night hacking sessions away :)
=head1 AUTHOR
Cosimo Streppone, [email protected]