Metadata-Version: 2.4
Name: fetch-latest-file
Version: 0.1.37
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
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click==8.1.3
Requires-Dist: inquirer
Requires-Dist: arrow
Requires-Dist: pathlib
Requires-Dist: click-default-group
Requires-Dist: paramiko
Requires-Dist: shellingham
Requires-Dist: pudb
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist


# fetch-latest-file

## installing

```bash
pipx install fetch-latest-file
fetch completion -x
```

## configuration

```bash

mkdir -p ~/.fetch_latest_file.d

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.d/config1
```
