Skip to content

fanuware/fync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fync - Automated File Sync

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.

Installation

Install fync using pip from PyPI:

pip install fync

Install from GitHub

pip install git+https://github.com/fanuware/fync.git

Usage

fync[OPTIONS] COMMAND

Example fync

Observe changes in a specific directory and run a command

fync --path=/path/to/observe command

Use cp

fync cp source destination

Use rsync

fync rsync -av source destination

Example fync-get

Authenticated 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages