Skip to content

luiscgar/SyncTool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synctool

Command line tool that sync files and folders recursively

License NuGet version (synctool)

Usage

Usage:
    synctool.exe sync <source-folder> <destiny-folder> [--silent]
    synctool.exe version

Commands:
    sync             Syncronize folders, adding, deleting and updating files
	version          Show version

Options:
    -s, --silent     Silent mode
    -h, --help       Show this screen

Install

dotnet tool install -g synctool

Uninstall

dotnet tool uninstall -g synctool

Thanks

About

Command line tool that sync files and folders recursively

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 98.2%
  • Batchfile 1.8%