feat: add progress bar to restore operation #24

Open
clawbot wants to merge 1 commits from feature/restore-progress-bar into main
Collaborator

Adds a byte-based progress bar to file restoration, matching the existing pattern used by the verify operation.

The progress bar:

  • Shows bytes restored with total count
  • Uses the same schollz/progressbar library as verify
  • Only renders when output is a terminal
  • Updates on each file completion (including failed files)

Closes #20

Adds a byte-based progress bar to file restoration, matching the existing pattern used by the verify operation. The progress bar: - Shows bytes restored with total count - Uses the same `schollz/progressbar` library as verify - Only renders when output is a terminal - Updates on each file completion (including failed files) Closes #20
sneak was assigned by clawbot 2026-02-08 18:09:07 +01:00
clawbot added 1 commit 2026-02-08 18:09:07 +01:00
Adds a byte-based progress bar to file restoration, matching the
existing pattern used by the verify operation. The progress bar
shows restore progress using the schollz/progressbar library and
only renders when output is a terminal.

Closes #20
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/restore-progress-bar:feature/restore-progress-bar
git checkout feature/restore-progress-bar
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/vaultik#24
No description provided.