fxn-unmac 0.5 → 0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +2 -2
- data/bin/unmac +2 -2
- data/unmac.gemspec +1 -1
- metadata +1 -1
data/README
CHANGED
|
@@ -14,7 +14,7 @@ Options:
|
|
|
14
14
|
-r, --keep-dsstore Do not delete ".DS_Store" files
|
|
15
15
|
-d, --keep-apple-double Do not delete "._*" ghost files
|
|
16
16
|
-o, --keep-apple-double-orphans Delete "._foo.txt" only if "foo.txt" exists
|
|
17
|
-
-i, --keep-custom-folder-icons
|
|
17
|
+
-i, --keep-custom-folder-icons Do not delete custom folder icons
|
|
18
18
|
|
|
19
19
|
Description:
|
|
20
20
|
When a Mac copies files to volumes that have a different file system it adds
|
|
@@ -50,7 +50,7 @@ What's deleted:
|
|
|
50
50
|
are stored in an accompaining ghost file called "._foo.txt". The pattern
|
|
51
51
|
is to prepend "._" to the original file name.
|
|
52
52
|
|
|
53
|
-
* If a folder has a custom icon you get a file Icon^M (that
|
|
53
|
+
* If a folder has a custom icon you get a file "Icon^M" (that ^M is a hard CR).
|
|
54
54
|
|
|
55
55
|
Some stuff is only found in the root folder of volumes, unmac looks for them
|
|
56
56
|
in any directory you pass as argument, but not on their subdirectories.
|
data/bin/unmac
CHANGED
|
@@ -22,7 +22,7 @@ Options:
|
|
|
22
22
|
-r, --keep-dsstore Do not delete ".DS_Store" files
|
|
23
23
|
-d, --keep-apple-double Do not delete "._*" ghost files
|
|
24
24
|
-o, --keep-apple-double-orphans Delete "._foo.txt" only if "foo.txt" exists
|
|
25
|
-
-i, --keep-custom-folder-icons
|
|
25
|
+
-i, --keep-custom-folder-icons Do not delete custom folder icons
|
|
26
26
|
|
|
27
27
|
Description:
|
|
28
28
|
When a Mac copies files to volumes that have a different file system it adds
|
|
@@ -58,7 +58,7 @@ What's deleted:
|
|
|
58
58
|
are stored in an accompaining ghost file called "._foo.txt". The pattern
|
|
59
59
|
is to prepend "._" to the original file name.
|
|
60
60
|
|
|
61
|
-
* If a folder has a custom icon you get a file Icon^M (that
|
|
61
|
+
* If a folder has a custom icon you get a file "Icon^M" (that ^M is a hard CR).
|
|
62
62
|
|
|
63
63
|
Some stuff is only found in the root folder of volumes, unmac looks for them
|
|
64
64
|
in any directory you pass as argument, but not on their subdirectories.
|
data/unmac.gemspec
CHANGED