You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
precizer is a high-performance CLI for verifying data integrity across large file trees. It performs byte-for-byte comparisons to identify mismatches after sync, backed by a checksum database and persisted state for resumable long-running jobs. Turning “seems fine” into “verified”
Filelist is file utility program that will traverse directories and report path names of files that satisfy some search criteria. The program will be implemented in Python
Traverz is a developer-centric, cross-platform CLI tool that recursively scans any directory and produces a Markdown-rendered tree layout, much like the Unix `tree` command, but with optional file/folder icons and direct Markdown output suitable for documentation or sharing. The output can be displayed in the terminal or saved to a file.