You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,18 @@ This propagates following changes from _source directory_ to _destination direct
21
21
Note:
22
22
23
23
* This tool **does not delete** any files or folders (under any circumstances) -- that's why safe-to-use 😌
24
-
* Your files are just _moved around_
25
-
* Now, if you're uncomfortable with this tool even moving your files around, there is a `-shellscript` option, that just generates a script for you to read and run (think of it like a `--dry-run` option)
24
+
* Your files are just _moved around_
25
+
* Now, if you're uncomfortable with this tool even moving your files around, there is a `-shellscript` option, that
26
+
just generates a script for you to read and run (think of it like a `--dry-run` option)
26
27
* This tool **does not** actually **transfer** files -- that's for `rsync` to do 🙂
27
-
* Since you'd run `rsync` after this tool is run, any changes that this tool couldn't propagate would just be propagated by `rsync`
28
-
* So the most that you might lose is some time with `rsync` doing more work than it could have -- Which is likely still much less than not using this tool at all 😄
28
+
* Since you'd run `rsync` after this tool is run, any changes that this tool couldn't propagate would just be propagated
29
+
by `rsync`
30
+
* So the most that you might lose is some time with `rsync` doing more work than it could have -- Which is likely
31
+
still much less than not using this tool at all 😄
29
32
30
33
## How to install?
31
34
32
-
1. Install Go **1.16**
35
+
1. Install Go version at least **1.17**
33
36
* On Ubuntu: `snap install go`
34
37
* On Mac: `brew install go`
35
38
* For anything else: [Go downloads page](https://golang.org/dl/)
0 commit comments