cli icon indicating copy to clipboard operation
cli copied to clipboard

Cryptomator Command-Line Interface

Results 40 cli issues
Sort by recently updated
recently updated
newest added

It would be nice if this would take a mount hook function so that I could start the server and mount it with one command. ### Desired Workflow ```bash mount_f(){...

My masterkey.cryptomator file is located at `/home/me/vaults/cryptomator/masterkey.cryptomator` I run the cli jar like so: `java -jar cryptomator-cli-0.2.1.jar --bind 0.0.0.0 --port 8080 --vault cryptomator=/home/me/vaults/cryptomator/ --password=abc` I copied the path and mountName...

help wanted

Does not work on vault paths with spaces in the file path if you pass it as a bash variable.I tried escaping with \ and quotes( double and single too)...

In Raspberry Pi running Java 8 ARM, When using strong passwords such as one containing strings such as '(' or ')', Cryptomator CLI command throws Invalid character & if the...

First off, thank you for Cryptomator! When following the README to get started with CLI, it seems like #14 (PROPFIND) shows up, perhaps because the correct URL is not something...

trying to mount the webdav instance via davfs2 on raspberry pi/jessie is not working with the given error... using davfs2. Maybe something with the webdav implementation has gone wrong.

Hi, there should be a command like `--password demoVault=myOldPassword --newpassword demoVault=myNewPassword` If there already is a way to change the password without access to a gui it would be nice...

feature-request

Creating a new vault requires the user to mkdir the vault directory first. Not really a bug but a little inconvenient so could be fixed in the future. I would...

enhancement

_From @heinrich-ulbricht on June 10, 2016 13:3_ This is a feature proposal concerning interoperability and integration with external tools and scripts. What about a way to pass a password to...

feature-request