rename2mac 0.9.5 → 0.9.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.
- checksums.yaml +4 -4
- data/README.md +10 -15
- data/rename2mac-0.9.5.gem +0 -0
- data/rename2mac.gemspec +1 -1
- metadata +2 -2
- data/rename2mac-0.9.4.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b0752b15c305afb14b83b8794fead5fa50a94c2
|
4
|
+
data.tar.gz: b4e0469f9824096e2a13191eb93f24ba22345678
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa80f1b76e444d6abcdec66b09ad2f082c09844ef9e6ef357b769a78dc9de513299ec55b42515a772be1628578bffe761fef9d425904a3b265b948f1a2575764
|
7
|
+
data.tar.gz: 1299fc239123474762729e7d5e330f5c69ed0a6107f921b5ec8b1b626f1a46cf22346adcd80a593f587403533bf76a25cc1ca566c0522d6fa9618945f3d8e834
|
data/README.md
CHANGED
@@ -2,33 +2,28 @@ rename2mac
|
|
2
2
|
==========================
|
3
3
|
Rename folderful of filenames to Mac OS X supported format (UTF8-MAC). Mac OS X use only.
|
4
4
|
|
5
|
-
Background:
|
6
|
-
--------------------------
|
5
|
+
#### Background: ####
|
7
6
|
When I use Mac OS X Finder, I have a lot of issue when dealing with Asian filenames, such as Japanese/Korean/Chinese characters. Previous attempt using convmv and iconv tools failed to fix the problem led me created this tool. I am sure this can fix other international characters too.
|
8
7
|
|
9
8
|
The Mac OS X system handles filenames in modified Unicode format called UTF8-Mac. If a filename contain none UTF8-Mac character, the Finder may exihibit behavour such as disappearing file, constant refresh, unable to open file, etc. To fix this problem, the file has to be renamed using UTF8-Mac format.
|
10
9
|
|
11
10
|
For more information read https://www.j3e.de/linux/convmv/man/#hfs__on_os_x___darwin
|
12
11
|
|
13
|
-
Installation:
|
14
|
-
--------------------------
|
12
|
+
#### Installation: ####
|
15
13
|
1. Install [MacPorts](http://www.macports.org/)
|
16
14
|
2. sudo port install ruby20 rb-rubygems
|
17
15
|
3. sudo gem install rename2mac
|
18
16
|
|
19
|
-
Usage:
|
20
|
-
--------------------------
|
17
|
+
#### Usage: ####
|
21
18
|
rename2mac \[arguments\] \<directory\>
|
22
19
|
|
23
|
-
Arguments:
|
24
|
-
|
25
|
-
--
|
26
|
-
--
|
27
|
-
--
|
28
|
-
--
|
29
|
-
--help -h Display current help message
|
20
|
+
#### Arguments: ####
|
21
|
+
--noop -n Make no changes
|
22
|
+
--recursive -r Recursively rename
|
23
|
+
--force -f Force overwrite existing file if it exists
|
24
|
+
--quiet -q Do not output individual results to screen
|
25
|
+
--help -h Display current help message
|
30
26
|
|
31
|
-
License:
|
32
|
-
--------------------------
|
27
|
+
#### License: ####
|
33
28
|
MIT
|
34
29
|
Mac Ma comomac (at) runbox (dot) com (C) 2013 Copyright
|
Binary file
|
data/rename2mac.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rename2mac
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mac Ma
|
@@ -34,7 +34,7 @@ extra_rdoc_files: []
|
|
34
34
|
files:
|
35
35
|
- LICENSE
|
36
36
|
- README.md
|
37
|
-
- rename2mac-0.9.
|
37
|
+
- rename2mac-0.9.5.gem
|
38
38
|
- rename2mac.gemspec
|
39
39
|
- bin/rename2mac
|
40
40
|
homepage: http://rubygems.org/gems/rename2mac
|
data/rename2mac-0.9.4.gem
DELETED
Binary file
|