logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

metadata-cleaner - View and clean metadata in files

Author

Bugs

       Report Bugs at https://gitlab.com/rmnvgr/metadata-cleaner/issues

Description

       This tool allows you to view metadata in your files and to get rid of them, as much as possible.

       Under the hood, it relies on mat2 to parse and remove the metadata: https://0xacab.org/jvoisin/mat2

Name

       metadata-cleaner - View and clean metadata in files

Note About Removing Metadata

       While this tool is doing its very best to display metadata, it doesn't mean that a file is clean from any
       metadata if it doesn't show any. There is no reliable way to detect every single  possible  metadata  for
       complex file formats.

       This is why you shouldn't rely on metadata's presence to decide if your file must be cleaned or not.

See Also

mat2 (1)

                                                  December 2020                              METADATA-CLEANER(1)

Synopsys

metadata-cleaner [ files...  ]

Usage

       Files may be passed via commandline or opened from within the app via filebrowser.

       Cleaning  files  might alter the data: Texts in PDF might not be selectable anymore and compressed images
       might be compressed again. Users that are willing to trade off some metadata's presence for the guarantee
       that files won't be changed might use the lightweight mode.

See Also