Super Dollop

Super Dollop can encrypt your files and notes with your own GPG key and keep them in S3 or minIO for security and portability, or you can use Super Dollop to quickly encrypt your files to print it. So with Super Dollop, you can easily solve the security problem of keeping notes using Gopher. By the way, if you want to encrypt your file, you can print it directly to your terminal, using -p.

dollop list
Copy the code

requirements

The installation

Install gnupg

sudo apt-get install gnupg
Copy the code

Set your environment as terminal

.zshrc

# Environment variables for MinIO
Copy the code

Get your MinIO container.

docker-compose.yml

version
Copy the code
// Pull minio/mc
docker pull minio/mc

// Run pulled image with docker-compose.yml file
docker-compose up
Copy the code

Give the super baby its first breath

// clone the super-dollop repository
git clone https://github.com/jack5341/super-dollop 
Copy the code

Method of use

dollop [FLAGS] [OPTIONS]
Copy the code
COMMANDS:
    completion  generate the autocompletion script 
Copy the code

Cli Schema

The command The flag
dec -n --name
enc -f --file -n --note -p --print
list -d --delete

feedback

If you have any feedback, please contact us at [email protected]

The license

Apache-2.0

License: GitHub

Github.com/jack5341/su…