Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

immutablebox

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutablebox

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Immutablebox

A Dropbox clone.

  • Manage small and big files.
  • Sync files with other directories.
  • Store files as many pieces like BitTorrent.
  • Replicate pieces to other directories.
  • You can choose directories as you like. (NFS, Samba, FUSE(FTP, WebDAV), ...)

Installation

TODO

  • gem install immutablebox

Usage

  • ib commit commit all outstanding changes
  • ib init create a new repository in the given directory
  • ib log show revision history of entire repository
  • ib status show changed files in the working directory
  • ib update update working directory (or switch revisions)

Below are not implemented yet.

  • ib pull pull changes from the specified source
  • ib push push changes to the specified destination
  • ib replicate replicate pieces with other repository
  • ib verify verify all pieces of the repository

Tutorial

  • mkdir MyBox
  • cd MyBox
  • ib init
  • mv ../YourFolder1 ../YourFile.txt .
  • ib commit
  • ib log
  • vi YourFile.txt
  • ib status
  • ib commit
  • ib log
  • rm YourFile.txt
  • ib status
  • ib update
  • vi YourFile.txt

FAQs

Package last updated on 15 Apr 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc