{"id":30615624,"url":"https://github.com/aisk/nobom","last_synced_at":"2025-08-30T08:06:15.786Z","repository":{"id":310294516,"uuid":"1039361312","full_name":"aisk/nobom","owner":"aisk","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-17T03:54:09.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-17T05:30:42.843Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aisk.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-17T03:47:51.000Z","updated_at":"2025-08-17T03:54:13.000Z","dependencies_parsed_at":"2025-08-17T05:30:48.890Z","dependency_job_id":"5fee02c7-3ab6-4478-a8ee-9259b8c4f4e8","html_url":"https://github.com/aisk/nobom","commit_stats":null,"previous_names":["aisk/nobom"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/aisk/nobom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisk%2Fnobom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisk%2Fnobom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisk%2Fnobom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisk%2Fnobom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aisk","download_url":"https://codeload.github.com/aisk/nobom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisk%2Fnobom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272821200,"owners_count":24998599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-30T08:06:05.436Z","updated_at":"2025-08-30T08:06:15.777Z","avatar_url":"https://github.com/aisk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nobom\n\nA simple utility to remove UTF-8 BOM (Byte Order Mark) from stdin and write to stdout.\n\n## Usage\n\nAfter installation:\n\n```bash\necho -e \"\\xEF\\xBB\\xBFHello, world!\" | nobom\n```\n\nOr with files:\n\n```bash\nnobom \u003c file_with_bom.txt\n```\n\n### Development usage\n\n```bash\ncargo run \u003c file_with_bom.txt\n```\n\n## Features\n\n- Streaming processing - handles large files with minimal memory usage\n- Removes UTF-8 BOM (EF BB BF) if present at the beginning\n- Passes through data unchanged if no BOM is found\n- Works with any text data\n\n## Installation\n\n### From crates.io (recommended)\n\n```bash\ncargo install nobom\n```\n\n### From source\n\n```bash\ngit clone https://github.com/aisk/nobom.git\ncd nobom\ncargo build --release\n```\n\nThe binary will be available at `target/release/nobom`.\n\n## Example\n\n```bash\n# Create a file with BOM\nprintf '\\xEF\\xBB\\xBFHello, world!' \u003e test.txt\n\n# Remove BOM (after installation)\nnobom \u003c test.txt \u003e output.txt\n\n# Or during development\ncargo run \u003c test.txt \u003e output.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faisk%2Fnobom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faisk%2Fnobom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faisk%2Fnobom/lists"}