@chahuadev/emoji-cleaner-app
v3.0.2
Published
Chahuadev Emoji Cleaner App
Downloads
980
Readme
@chahuadev/emoji-cleaner-app
A professional, high-security tool to remove emojis from your project files.
⏳ Development Journey: Meticulously crafted over 4 to 6 months. The system's logic and flow were pushed far beyond the initial simple idea to ensure safe, deep, and highly efficient file processing without compromising your project's integrity.
� Running on Linux / WSL2 (Ubuntu)
First install the required system libraries (one-time setup):
sudo apt-get update && sudo apt-get install -y \
libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 \
libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 \
libxrandr2 libgbm1 libasound2Then run the AppImage:
chmod +x "Emoji Cleaner.AppImage"
DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 \
./"Emoji Cleaner.AppImage" \
--appimage-extract-and-run --no-sandbox --disable-gpuWSL2 tip: Copy to WSL native filesystem first:
# Path after: npm install -g @chahuadev/emoji-cleaner-app # (no sudo) cp ~/.npm-global/lib/node_modules/@chahuadev/emoji-cleaner-app/bin/"Emoji Cleaner.AppImage" /tmp/EmojiCleaner.AppImage # (with sudo) # cp /usr/lib/node_modules/@chahuadev/emoji-cleaner-app/bin/"Emoji Cleaner.AppImage" /tmp/EmojiCleaner.AppImage chmod +x /tmp/EmojiCleaner.AppImage DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 /tmp/EmojiCleaner.AppImage \ --appimage-extract-and-run --no-sandbox --disable-gpu
�🛡️ CRITICAL SECURITY WARNING - FORTRESS PROTECTION
Maximum Security - FORTRESS SECURITY
- Smart File Analysis: Deep scanning engine to prevent accidental syntax destruction.
- No System File Access: Strictly isolated from modifying core OS system files.
- Sandboxed Execution: Safe binary execution strictly within authorized directories.
- Always use latest version: Stay updated for maximum safety against newly discovered edge cases.
⚙️ Installation & Usage
Multi-Platform Support: This app supports Windows (x64, ia32) and Linux (x64). Our system automatically detects your operating system and securely downloads the required binary (.exe or .AppImage) behind the scenes.
Global Install (Recommended for CLI)
If you want to use the app directly from your terminal anywhere on your system:
npm install -g @chahuadev/emoji-cleaner-app --foreground-scripts --forceLocal Install (For Node.js projects)
If you want to integrate the app into your specific project:
Bash
npm install -g @chahuadev/emoji-cleaner-app --foreground-scripts --force💻 Usage
You can use the Chahuadev Emoji Cleaner either via Command Line or programmatically in your Node.js code.
1. Command Line Interface (CLI)
If installed globally, you can launch the application by simply typing:
Bash chahuadev-emoji-cleaner (You can also pass arguments directly, e.g., chahuadev-emoji-cleaner --start)
Platform Support
| Platform | Architecture | Status | Format | |----------|-------------|--------|--------| | Windows | 64-bit (x64) | Supported | EXE | | Windows | 32-bit (ia32) | Supported | EXE | | Linux | 64-bit (x64) | Coming Soon | AppImage | | macOS | Intel (x64) | Coming Soon | DMG/App | | macOS | Apple Silicon (arm64) | Coming Soon | DMG/App |
Platform Support
- Windows: 64-bit (x64) and 32-bit (ia32) supported.
- Linux: 64-bit (x64) AppImage supported.
- macOS: Currently not supported.
If you attempt to install or run this on macOS, it will safely exit and notify you of the platform requirement.
Architecture: 64-bit (x64) only
If you attempt to install or run this on Mac or Linux, it will safely exit and notify you of the platform requirement.
License
Non-Commercial & Acceptable Use — See LICENSE.md
