Crates.io | rtail |
lib.rs | rtail |
version | 0.1.6 |
source | src |
created_at | 2019-09-27 07:39:42.800734 |
updated_at | 2019-10-02 01:38:45.523644 |
description | read remote files over http / https |
homepage | https://github.com/knarfytrebil/rtail |
repository | https://github.com/knarfytrebil/rtail |
max_upload_size | |
id | 168038 |
size | 19,270 |
cargo install rtail
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
MIT License