knarfytrebil / rtail

watch / read remote file like tail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtail

Build Status Crates.io Crates.io

Installation

cargo install rtail

Usage

USAGE:
    rtail [FLAGS] [OPTIONS] <URL>

FLAGS:
    -f, --follow     Continuesly watch the change of the url
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -m, --milliseconds <interval>    Interval of the poll

ARGS:
    <URL>    URL of the file to read

License

MIT License

About

watch / read remote file like tail

License:MIT License


Languages

Language:Rust 100.0%