-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support mount and unmount commands #11
base: version1.4-beta
Are you sure you want to change the base?
Support mount and unmount commands #11
Conversation
Sorry for the delay @makadaw . Really appreciated! Regards |
@makadaw your PR works well but it breaks the 'rename' function. Do you have time to fix it as well? I'd like to merge your code into MacTomb 1.4. You can checkout the branch 'version1.4-beta' and working on it. Does it make sense? Let me know which solution works better for you. Thank you, |
@davinerd I can check it. |
Hey @davinerd, I checked new branch and check |
Sure:
I think the issue is at https://github.com/davinerd/MacTomb/blob/version1.4-beta/mactomb.sh#L282 Let me know if you're able to reproduce it. |
Hi, sorry for long response ) Have too many things to do offline. |
No problem. I've published v1.4. Will take a look at your code and try to marge in the next version 1.5. Thanks! |
Basic implementation of mount and unmount command to hide usage of hdiutil inside mactomb.
Please notice me for any questions