arthurintelligence / node-fs-filesystem

NodeJS Filesystem Utility
MIT License
19 stars 2 forks source link

MacOS: Integrate Custom Logic for key `Total Size` #1

Open philippefutureboy opened 6 years ago

philippefutureboy commented 6 years ago

The key Total Size provided by diskutil info -all can be used both as a replacement value for Disk Size (device) and Volume Total Space (volume). The target should be modified to dual and the logic of the mapper function altered to match the properties above. Attention should be given to whether or not custom logic is necessary in the cond operator in parseMacOSToProps.