rs-mahitors-mahito

Usage

rs-mahito provides several commands for cleaning metadata from files and directories.

Basic Usage

rs-mahito <command> [options] <path>

Global Options

OptionDescription
--dry-runPreview changes without applying them
--verboseShow detailed output
--yesSkip confirmation prompts
--adminRun with administrator privileges

Examples

Clean a Single File

# Basic usage
rs-mahito file document.pdf

# With dry run to preview changes
rs-mahito file --dry-run document.pdf

# With verbose output
rs-mahito file --verbose document.pdf

Clean a Directory

# Clean all files in a directory (non-recursive)
rs-mahito dir ./downloads

# Clean with confirmation skip
rs-mahito dir --yes ./downloads

Recursive Cleaning

# Clean all files recursively
rs-mahito recursive ./project

# Dry run recursive clean
rs-mahito recursive --dry-run ./project

View File Info

# Show metadata information about a file
rs-mahito info document.pdf

What Gets Cleaned

Metadata TypeDescription
Zone.IdentifierAlternate data stream marking files as downloaded
TimestampsCreated, modified, and accessed times
File OwnerNTFS file ownership (SID)
Office PropertiesAuthor, title, comments in docx/xlsx/pptx
Clean files, happy life