vaultik/internal/vaultik
clawbot 5fff44b22c feat: add progress bar to restore operation
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
2026-02-20 02:05:15 -08:00
..
helpers.go Add custom types, version command, and restore --verify flag 2026-01-14 17:11:52 -08:00
info.go Add deterministic deduplication, rclone backend, and database purge command 2026-01-28 15:50:17 -08:00
integration_test.go Add deterministic deduplication, rclone backend, and database purge command 2026-01-28 15:50:17 -08:00
prune.go Add --quiet flag, --json output, and config permission check 2026-01-16 09:20:29 -08:00
restore.go feat: add progress bar to restore operation 2026-02-20 02:05:15 -08:00
snapshot.go fix: add missing printfStdout, printlnStdout, scanlnStdin, FetchBlob, and FetchAndDecryptBlob methods 2026-02-19 23:51:53 -08:00
vaultik.go fix: add missing printfStdout, printlnStdout, scanlnStdin, FetchBlob, and FetchAndDecryptBlob methods 2026-02-19 23:51:53 -08:00
verify.go Add deterministic deduplication, rclone backend, and database purge command 2026-01-28 15:50:17 -08:00