Metadata-Version: 2.1
Name: fetch-latest-file
Version: 0.1.15
Summary: Easy fetch a latest file.
Home-page: https://github.com/marcwimmer/fetch-latest-file
Author: Marc-Christian Wimmer
Author-email: marc@itewimmer.de
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE


# fetch-latest-file

## installing

```bash
pip3 install fetch-latest-file
fetch install-completion
```

## configuration

```bash

mkdir -p ~/.fetch_latest_file

echo <EOF
[source1]
host = <hostname>
destination = output_filepath
match = regex expression
path = search path on host

[source1]
host = <hostname>
destination = output_filepath
match = regex expression
path = search path on host

EOF > ~/.fetch_latest_file/config1
```


