Skip to content

Creates a .manifest file with details of files found in the directory. Useful for comparison and deduping tools. See other tools.

License

Notifications You must be signed in to change notification settings

ryancdotnet/file-manifest-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Manifest Tool

Creates a .manifest file with details of files found in the directory. Useful for comparison and deduping tools. See other tools.

Building

dotnet build src

Running

.\src\bin\Debug\net7.0\FileManifestTool.exe

Optionally, you may pass in the following command line arguments:

Arg Number Use
arg[0] Source directory to scan
arg[1] Output manifest file to write

Outputs

Writes a .manifest file in the same directory (unless arg[1] is passed) you scanned.

About

Creates a .manifest file with details of files found in the directory. Useful for comparison and deduping tools. See other tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages