sopstool
sopstool copied to clipboard
Add command to encrypt all files if no argument is provided
Story/Issue Link
Background
- For the
addcommand, we will ensure it encrypts all files when no argument is provided and will add checks to determine the existence of both encrypted and non-encrypted files on disk. - The
decryptcommand will receive safety checks to confirm the presence of encrypted files on the disk, coupled with additional log messages to keep users informed. - Lastly, in the
execcommand, we'll implement a deferred file handler close to optimize resource management.
Hey, just wanted to reply back that I've seen the PR and will review it closer later in the week :)