GitXplorerGitXplorer
F

Volume-Name-Icon-Reader

public
7 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
53c763e458208183e07a309b0a0fa4206bceeaea

Merge pull request #1 from kainjow/master

FFrizlab committed 10 years ago
Unverified
1fd7b6a76cc99e06006e5c940e93d9406a37b276

Force using tabs for indent so a user's preference doesn't cause spaces to be inserted into the code.

kkainjow committed 10 years ago
Unverified
6f68249a78b05dbc18584b3fd7034bb6f9543aa1

Updated read me.

kkainjow committed 10 years ago
Unverified
e2c5283fcb5104b5128882bf2fdc3e599856f84b

Comment style change.

kkainjow committed 10 years ago
Unverified
8ecc8147342ac3fbd69cfcfbcd402d7d27564d5e

Aligned colons.

kkainjow committed 10 years ago
Unverified
fed9f1d52b507c092e4757144451c35b53d3870f

Code cleanup.

kkainjow committed 10 years ago

README

The README file for this repository.

Volume Name Icon Reader

What is it?

Volume Name Icon Reader is a (very) small tool capable of reading the image file Mac OS X will use to display the volume name when booting with the alt key down. You can see this article for more explanations.

Example of Use

Type the following in Terminal (this is innocent: it will just copy a file on your desktop and make it visible):

cp /System/Library/CoreServices/.disk_label ~/Desktop/file.vollabel
chflags nohidden ~/Desktop/file.vollabel

Then just open the file file.vollabel on your desktop (after installing/compiling Volume Name Icon Reader on your machine, indeed!).