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 lightweight and blazing-fast CLI application designed for file integrity verification and comparison, making it particularly useful for checking synchronization results. The program recursively traverses directories, generating a database of files and their checksums for quick and efficient comparisons.
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.