Giter VIP home page Giter VIP logo

cli's Introduction

To make SiriKali aware of cryptomator-cli, download cryptomator-cli.jar file from the release page and put it in "$HOME/.bin" folder if you want to place it in your home directory or in traditional paths for executables like "/usr/bin" or "/usr/local/bin".

This project is a fork of https://github.com/cryptomator/cli and currently, it adds the following functionality:-

  1. --version argument to print version information.
  2. --mountFlags argument to add FUSE options.
  3. --foreground argument to cause the program to run in the foreground. Not adding the feature causes the program to run daemonized(currently not supported).
  4. A preffered way to lock a vault is by using fusermount -u $MOUNT_PATH and not sending SIGTERM signal. The benefit of this approach is fusermount's ability to notice if the mount point is in use or not and to refuse to unmount if it is. The SIGTERM approach just nukes the process even when mount points are in use and this may lead to data loss.
  5. A saner API when unlocking a single vault and the example is:

java -jar cryptomator-cli.jar --vault $VAULT_PATH --fusemount $MOUNT_PATH --mountFlags $FUSE_OPTIONS

cli's People

Contributors

being-peace avatar codinghoul avatar didlich avatar fzachlod avatar janirutec avatar loicpirez avatar markuskreusch avatar mhogomchungu avatar ndob avatar overheadhunter avatar pmjohann avatar quantum-byte avatar sebdiebln avatar tobihagemann avatar

Forkers

hellomygh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.