-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
I see in the readme how to use the open command to create a ram drive from the command line, but once the drive is created, TMPDisk remains running in the background.
Could we add a command line switch for closing the program once the drive is created?
Also, are all of the command line arguments documented anywhere? Or are the command line arguments in the readme the only ones available?
Also, it would be nice to be able to specify the size units on the command line like:
open -a /Applications/TmpDisk.app --args -name=TestDisk -size=64MB
open -a /Applications/TmpDisk.app --args -name=TestDisk -size=24GBOr maybe
open -a /Applications/TmpDisk.app --args -name=TestDisk -size=64 -units=MB
open -a /Applications/TmpDisk.app --args -name=TestDisk -size=24 -units=GBQuezler