No progress indicators for long-running operations #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
No progress indicators for long-running operations
Priority: Medium
Component: cli.py, backup.py
Type: Feature
Description
Large backup operations can take hours, but there's no progress feedback showing:
Problem
Users have no way to know:
Proposed Solution
Add progress indicators using
tqdmor similar:Or implement custom progress logging:
Impact
Medium - Significantly improves user experience for large backups.