wlh320 / webtail

"tail -f" like function as a simple web service, compiled to single executable binary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webtail-rs

"tail -f" as a simple web service, written in rust

>> ./webtail-rs --help
webtail-rs 0.1.0
Make "tail -f" as a web service

USAGE:
    webtail-rs [OPTIONS] --filepath <FILEPATH>

OPTIONS:
    -f, --filepath <FILEPATH>    Path of log file
    -h, --help                   Print help information
        --passwd <PASSWD>        Password of basic auth [default: webtail]
        --port <PORT>            TCP port to bind [default: 3000]
        --username <USERNAME>    Username of basic auth [default: webtail]
    -V, --version                Print version information

About

"tail -f" like function as a simple web service, compiled to single executable binary.

License:MIT License


Languages

Language:Rust 84.5%Language:HTML 15.5%