Skip to content

Commit

Permalink
Doc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kyr0 committed May 10, 2019
1 parent 4b6bd60 commit 47adfe6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## MacOS/Finder context menu entry: Convert to CD image

Transforms arbitrary files and folders into an ISO 9660 joliet image
from the MacOS Finder file/folder context menu.
Transforms arbitrary folders into ISO 9660 joliet ISO images.
Simply download and double-click the Automator script.

Then `Finder -> Select arbitrary folder -> Convert to CD image`

### How to install?

Expand All @@ -12,17 +14,17 @@ from the MacOS Finder file/folder context menu.
### How to use?

1. Open Finder
2. Select an arbitrary file or folder
2. Select an arbitrary folder
3. Right-click -> "Convert to CD image"

Use the .iso file of the file/folder created as ISO 9660 joliet image.

### How it works
### How does it work?

The whole process is using the Automator capabilities of Mac OS.
Automator is a scripting subsystem available since OS X 10.4 (Tiger).
It is set up as a "Service" which takes selected files/folders of
Finder as arguments and registeres as a context menu.
It is set up as a "Service" which takes a selected folder in
Finder as an argument. The services registers the Finder context menu entry "Convert to CD image".

The command executed (in bash) is:

Expand Down

0 comments on commit 47adfe6

Please sign in to comment.