rs-mahitors-mahito

Commands

file

Clean metadata from a single file.

rs-mahito file [options] <path>

Options

  • --dry-run: Preview changes without applying
  • --verbose: Show detailed output
  • --yes: Skip confirmation prompts

Example

rs-mahito file --verbose ~/Downloads/report.pdf

dir

Clean metadata from all files in a directory (non-recursive).

rs-mahito dir [options] <path>

Options

  • --dry-run: Preview changes without applying
  • --verbose: Show detailed output
  • --yes: Skip confirmation prompts

Example

rs-mahito dir --dry-run ./documents

recursive

Clean metadata from all files in a directory tree.

rs-mahito recursive [options] <path>

Options

  • --dry-run: Preview changes without applying
  • --verbose: Show detailed output
  • --yes: Skip confirmation prompts

Example

rs-mahito recursive --yes ./project

info

Display metadata information about a file without modifying it.

rs-mahito info <path>

Example

rs-mahito info document.docx

Output

Shows information about:

  • Zone.Identifier presence
  • File timestamps
  • File owner
  • Office document properties (if applicable)