Scan Emoji
cc_scan_emojiScan files for emojis and return ASCII alternatives to ensure compatibility with systems that don't support Unicode.
Instructions
Scans files for emojis and shows ASCII alternatives.
Args:
path (string): Path to the file or directory
recursive (boolean): Scan recursively
extensions (string): Only certain extensions
Useful for systems that don't support Unicode/Emoji.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path | |
| recursive | No | Recursive | |
| extensions | No | Extensions | .py,.js,.ts,.json,.md,.txt |