Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Killeroo authored Oct 15, 2023
1 parent a07b9da commit c6b978f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# LilSyncy
A simple and relative fast sync tool for windows.

Copies folders and files from one folder to another, updating files that have changed and removing files that have been deleted.

# Downloads
Stable releases can be downloaded [here](https://github.com/Killeroo/LilSyncy/releases/).

# Usage
```
LilSyncy --source C:\Path\To\Sync\From\ --destination C:\Path\To\Sync\To\
```

# Arguments
```
[required] --source Path you want to sync from.
[required] --destination Path you want to sync to.
--dryrun Run sync without actually moving or deleting any files.
--help Displays this help message.
```

## License

License under the MIT License:

Copyright (c) 2023 Matthew Carney <[email protected]>

0 comments on commit c6b978f

Please sign in to comment.