feat: major CLI enhancements with batch operations, progress indicators, and improved UX #92
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This major release introduces significant enhancements to the tlock CLI tool, including batch encryption/decryption operations, progress indicators, verbose/quiet modes, status checking, and improved user experience. This represents a substantial upgrade from v1.3.0 to v1.4.0.
Rationale
Changes
New CLI Commands
--status/-s: Check encryption status and remaining time for files--batch-encrypt: Encrypt multiple files in a directory--batch-decrypt: Decrypt multiple files in a directory--input-dir: Specify input directory for batch operations--output-dir: Specify output directory for batch operations--pattern: File pattern matching for batch operations (e.g., ".txt", ".tle")Enhanced User Experience
--verbose/-v: Enable detailed progress information and logging--quiet/-q: Suppress all output except errorsNew Features
Technical Improvements
Scope
Testing
Risks
Breaking Changes
Migration Guide
Performance Impact
Documentation Updates
Example Usage
Batch Encryption
Batch Decryption
Status Checking
Enhanced Single File Operations