fync is a tool for automated command synchronization.
It allows you to observe file changes and execute a sync command
based on the specified options.
Install fync using pip from PyPI:
pip install fyncInstall from GitHub
pip install git+https://github.com/fanuware/fync.gitfync[OPTIONS] COMMAND
Observe changes in a specific directory and run a command
fync --path=/path/to/observe commandUse cp
fync cp source destinationUse rsync
fync rsync -av source destinationAuthenticated file download
fync-get <URL>
fync-get --update <URL>For example, you can download using Bearer or Basic Authentication.
fync-get https://httpbin.org/bearer
fync-get https://httpbin.org/basic-auth/test-user/test-password