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
When the developer runs magika -r <folder-path>, if a flag such as "-summary" is supplied, then after the list of files and their content type is outputted in the terminal, the total number of each file type will be shown.
Priority
This is high priority because it makes Magika's output immediately more useful for developers by automating the process of counting and summarizing the detected file types. This feature is more straightforward to implement because it simply appends additional calculated statistics to the existing output from Magika.