Skip to content

kevincar/cloudfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudfile

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.

Usage

cloudfile <file-path> <command>

Commands

  • materialize - Downloads the file from the cloud
  • evict - Removes the local copy while retaining it in the cloud

Building and Installing

Ensure you have CMake installed before proceeding.

Steps:

  1. Clone the repository:
    git clone <repo-url>
    cd <repo-name>
  2. Run the build script:
    chmod +x build.sh
    ./build.sh

Requirements

  • macOS
  • CMake
  • Clang (default on macOS)

About

Minimal Management of Cloud files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published