logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zuluSafe-cli - command line tool that manages encrypted and unencrypted volumes

Description

       This is a simple tool for secure storage of files in a wallet.Added files to the wallet will be stored in
       a secured file located at wallet name"

Last Edit

       Sun Jan 19 14:59:24 EST 2014

                                                                                                 zuluSafe-cli(1)

Name

       zuluSafe-cli - command line tool that manages encrypted and unencrypted volumes

Usage

       usage: see examples below

       options:
       To add a file to a wallet,run            : zuluSafe-cli --add     <path to file>
       To delete a file in a wallet,run         : zuluSafe-cli --delete  <file name>
       To get a file from the wallet,run        : zuluSafe-cli --get     <file name>
       To add all files in a folder,run         : zuluSafe-cli --add-all <folder path>
       To get a list of files in the wallet,run : zuluSafe-cli --list
       To get all files from the wallet,run     : zuluSafe-cli --get-all
       To get a list of wallets,run             : zuluSafe-cli --wallets

See Also