Burrich is a command line tool, written in .NET Core 3.1 / C# 8.0, that will look at a directory and gather information on files and directories.
I forgot what was on this external hard drive... And what happens if it gets lost?
Burrich solution has been made to tackle such topics and help organize our digital material, that can be quickly be a mess!
- Restore packages:
dotnet restore
- Build the solution:
dotnet build
- Run the project:
dotnet run --project src/ConsoleApp
- Execute the dll:
dotnet src/ConsoleApp/bin/Debug/netcoreapp2.2/Burrich.ConsoleApp.dll
dotnet Burrich.ConsoleApp.dll -d <rootFolder>