{"id":31057080,"url":"https://github.com/tinosingh/nuke_emojis","last_synced_at":"2026-05-07T15:45:45.639Z","repository":{"id":310502972,"uuid":"1040111942","full_name":"tinosingh/nuke_emojis","owner":"tinosingh","description":"Hate emojis? This script will obliterate them.","archived":false,"fork":false,"pushed_at":"2025-08-18T13:28:46.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T06:51:51.060Z","etag":null,"topics":["bash","clean","perl"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinosingh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-18T13:26:22.000Z","updated_at":"2025-08-18T13:33:18.000Z","dependencies_parsed_at":"2025-08-18T15:28:58.186Z","dependency_job_id":"53b4c1fa-f2b7-499f-84d1-6cb3c3c01c0c","html_url":"https://github.com/tinosingh/nuke_emojis","commit_stats":null,"previous_names":["tinosingh/nuke_emojis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinosingh/nuke_emojis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinosingh%2Fnuke_emojis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinosingh%2Fnuke_emojis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinosingh%2Fnuke_emojis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinosingh%2Fnuke_emojis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinosingh","download_url":"https://codeload.github.com/tinosingh/nuke_emojis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinosingh%2Fnuke_emojis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32744916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","clean","perl"],"created_at":"2025-09-15T06:48:11.603Z","updated_at":"2026-05-07T15:45:45.623Z","avatar_url":"https://github.com/tinosingh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ==============================================================================\n# nuke_emojis.sh\n# ==============================================================================\n#\n# This script interactively helps you remove emoji characters and normalize\n# whitespace in your codebase. It's designed to be Git-aware, processing\n# only tracked or untracked (but not ignored) text files.\n#\n# Key Features:\n# - **Emoji Removal:** Strips `\\p{Extended_Pictographic}` emojis, Zero Width\n#   Joiners (\\x{200d}), and Variation Selectors (\\x{fe0f}).\n# - **Whitespace Normalization:** Collapses multiple horizontal spaces, trims\n#   leading/trailing whitespace from lines, and collapses multiple blank lines.\n# - **Interactive Mode:** Prompts for confirmation for each file with a diff\n#   preview, allowing you to accept, skip, or apply to all remaining.\n# - **Dry Run Mode:** Shows changes without modifying any files.\n# - **Automatic Application:** Can apply changes to all files without prompting.\n# - **Git Integration:** Respects `.gitignore` and can automatically `git add`\n#   modified files.\n# - **Safety:** Creates `.bak` backups of original files and cleans up its\n#   temporary files automatically.\n#\n# Usage:\n#   ./nuke_emojis.sh                        # Interactive mode\n#   ./nuke_emojis.sh --dry-run / -d         # Show changes, don't modify files\n#   ./nuke_emojis.sh --yes / -y             # Apply all changes automatically\n#\n# Ensure you have `git`, `grep`, `perl`, and `mktemp` installed.\n# It's always recommended to back up your repository before running:\n# `git commit -am \"Pre-emoji cleanup backup\"`\n#\n# ==============================================================================\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinosingh%2Fnuke_emojis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinosingh%2Fnuke_emojis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinosingh%2Fnuke_emojis/lists"}