Skip to content

8/CopyOnChange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary: CopyOnChange is a simple command line tool that copies a file if it changes.
Author:  Martin Kramer <martin.kramer@lostindetails.com>
License: MIT

Description:
  The source and target file are be specified using arguments and a change in the file is detected by using the FileSystemWatcher and listening for LastWrite and CreationTime changes.

Usage:
  CopyOnChange -s source.txt -t target.txt

About

CopyOnChange is a simple command line tool that copies a file if it changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages