Cloud File CLI is a command-line utility for interacting with cloud-stored files on macOS. It allows users to materialize (download) or evict (remove locally while keeping in the cloud) files using Apple's NSFileManager
.
cloudfile <file-path> <command>
materialize
- Downloads the file from the cloudevict
- Removes the local copy while retaining it in the cloud
Ensure you have CMake installed before proceeding.
- Clone the repository:
git clone <repo-url> cd <repo-name>
- Run the build script:
chmod +x build.sh ./build.sh
- macOS
- CMake
- Clang (default on macOS)