This document contains the help content for the crypt-ui command-line program.
Command Overview:
crypt-uicrypt-ui cloudcrypt-ui cloud googlecrypt-ui cloud google uploadcrypt-ui cloud google downloadcrypt-ui cloud google viewcrypt-ui cloud dropboxcrypt-ui cloud dropbox uploadcrypt-ui cloud dropbox downloadcrypt-ui cloud dropbox viewcrypt-ui configcrypt-ui config database-pathcrypt-ui config crypt-pathcrypt-ui config ignore-itemscrypt-ui config hwidcrypt-ui config zstd-levelcrypt-ui config load-defaultcrypt-ui encryptcrypt-ui decryptcrypt-ui keepercrypt-ui keeper importcrypt-ui keeper exportcrypt-ui keeper purgecrypt-ui keeper purge tokencrypt-ui keeper purge databasecrypt-ui keeper listcrypt-ui ls
CLI arguments
Usage: crypt-ui [OPTIONS] [COMMAND]
cloudUpload, download, or view file or folder to cloud providerconfigView or change configurationencryptEncrypt file or folder of filesdecryptDecrypt file or folder of fileskeeperImport | Export | Purge databaselsshow local / cloud crypt folder
-
-d,--debugEnable debug mode -
--mdgenerate markdown document for commands -
-tDefault value:
false
Upload, download, or view file or folder to cloud provider
Usage: crypt-ui cloud [COMMAND]
googleView, upload, or download actions for Google DrivedropboxView, upload, or download actions for DropBox
View, upload, or download actions for Google Drive
Usage: crypt-ui cloud google [COMMAND]
uploadUpload a file or folderdownloadDownload a file or folderviewView a file or folder
Upload a file or folder
Usage: crypt-ui cloud google upload [OPTIONS] [PATH]
<PATH>Path to the file to be encrypted and uploaded to the cloud
-n,--no-encryptif flag is passed, do not encrypt
Download a file or folder
Usage: crypt-ui cloud google download [PATH]
<PATH>name of the file you want to get from the cloud
View a file or folder
Usage: crypt-ui cloud google view [PATH]
-
<PATH>Default value:
Crypt
View, upload, or download actions for DropBox
Usage: crypt-ui cloud dropbox [COMMAND]
uploadUpload a file or folderdownloadDownload a file or folderviewView a file or folder
Upload a file or folder
Usage: crypt-ui cloud dropbox upload [OPTIONS] [PATH]
<PATH>Path to the file to be encrypted and uploaded to the cloud
-n,--no-encryptif flag is passed, do not encrypt
Download a file or folder
Usage: crypt-ui cloud dropbox download [PATH]
<PATH>name of the file you want to get from the cloud
View a file or folder
Usage: crypt-ui cloud dropbox view [PATH]
-
<PATH>Default value:
Crypt
View or change configuration
Usage: crypt-ui config [COMMAND]
database-pathView or update the database pathcrypt-pathView or update the crypt folder pathignore-itemsView or change which directories and/or filetypes are to be ignoredhwidView or change current pc name associated with the cloudzstd-levelView or change the compression level (-7 to 22) -- higher is more compressionload-defaultRevert config back to default
View or update the database path
Usage: crypt-ui config database-path [PATH]
<PATH>Database path; if empty, prints current path
View or update the crypt folder path
Usage: crypt-ui config crypt-path [PATH]
<PATH>Database path; if empty, prints current path
View or change which directories and/or filetypes are to be ignored
Usage: crypt-ui config ignore-items [ADD_REMOVE] [ITEM]
-
<ADD_REMOVE>value to update config -
<ITEM>value to update config
View or change current pc name associated with the cloud
Usage: crypt-ui config hwid
View or change the compression level (-7 to 22) -- higher is more compression
Usage: crypt-ui config zstd-level [LEVEL]
<LEVEL>value to update config
Revert config back to default
Usage: crypt-ui config load-default
Encrypt file or folder of files
Usage: crypt-ui encrypt [OPTIONS] <PATH>
<PATH>Path to File or Directory
-o,--output <OUTPUT>Change the output path
Decrypt file or folder of files
Usage: crypt-ui decrypt [OPTIONS] <PATH>
<PATH>Path to File or Directory
-
-p,--in-placePerform an in-place decryptionDefault value:
false -
-o,--output <OUTPUT>Change the output path
Import | Export | Purge database
Usage: crypt-ui keeper [COMMAND]
importView or update the database pathexportView or change which directories and/or filetypes are to be ignoredpurgePURGES DATABASE FROM SYSTEMlistTODO: maybe get rid of this in the future. for now, handy debugging tool for small db. List each file in the database
View or update the database path
Usage: crypt-ui keeper import <PATH>
<PATH>
View or change which directories and/or filetypes are to be ignored
Usage: crypt-ui keeper export [ALT_PATH]
<ALT_PATH>value to update config
PURGES DATABASE FROM SYSTEM
Usage: crypt-ui keeper purge [COMMAND]
tokenPurges google and Dropbox tokensdatabasePurges database file and IS UNREVERSABLE!
Purges google and Dropbox tokens
Usage: crypt-ui keeper purge token
Purges database file and IS UNREVERSABLE!
Usage: crypt-ui keeper purge database
TODO: maybe get rid of this in the future. for now, handy debugging tool for small db. List each file in the database
Usage: crypt-ui keeper list
show local / cloud crypt folder
Usage: crypt-ui ls [OPTIONS]
-
-l,--localShow all files contained in the local crypt folderDefault value:
false -
-c,--cloudShow all files contained in the cloud folderDefault value:
false
This document was generated automatically by
clap-markdown.