{"id":34133595,"url":"https://github.com/alastairruhm/utfbom-remove","last_synced_at":"2026-03-09T21:01:45.542Z","repository":{"id":57578324,"uuid":"101006839","full_name":"alastairruhm/utfbom-remove","owner":"alastairruhm","description":"detect and remove BOM in utf-8 encoding files","archived":false,"fork":false,"pushed_at":"2022-09-10T20:00:12.000Z","size":134,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-17T12:16:50.223Z","etag":null,"topics":["bom"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alastairruhm.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}},"created_at":"2017-08-22T01:22:13.000Z","updated_at":"2021-04-19T06:40:59.000Z","dependencies_parsed_at":"2022-08-22T23:50:20.185Z","dependency_job_id":null,"html_url":"https://github.com/alastairruhm/utfbom-remove","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/alastairruhm/utfbom-remove","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alastairruhm%2Futfbom-remove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alastairruhm%2Futfbom-remove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alastairruhm%2Futfbom-remove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alastairruhm%2Futfbom-remove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alastairruhm","download_url":"https://codeload.github.com/alastairruhm/utfbom-remove/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alastairruhm%2Futfbom-remove/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30312120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"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":["bom"],"created_at":"2025-12-15T01:10:43.111Z","updated_at":"2026-03-09T21:01:45.538Z","avatar_url":"https://github.com/alastairruhm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# utfbom-remove\n\n[![Build Status](https://travis-ci.org/alastairruhm/utfbom-remove.svg?branch=master)](https://travis-ci.org/alastairruhm/utfbom-remove)\n[![Build status](https://ci.appveyor.com/api/projects/status/6lor56a2339hd8we?svg=true\u0026passingText=windows%20build%20pass)](https://ci.appveyor.com/project/alastairruhm/utfbom-remove)\n[![codecov](https://codecov.io/gh/alastairruhm/utfbom-remove/branch/master/graph/badge.svg)](https://codecov.io/gh/alastairruhm/utfbom-remove)\n[![Go Walker](https://gowalker.org/api/v1/badge)](https://gowalker.org/github.com/alastairruhm/utfbom-remove)\n[![Go Report Card](https://goreportcard.com/badge/github.com/alastairruhm/utfbom-remove)](https://goreportcard.com/report/github.com/alastairruhm/utfbom-remove)\n[![codebeat badge](https://codebeat.co/badges/dcefcf89-de89-4d8a-adfb-b542b025c067)](https://codebeat.co/projects/github-com-alastairruhm-utfbom-remove-master)\n\ndetect and remove BOM in utf-8 encoding files\n\n\n## feature\n\n* remove BOM in utf8 encoding files\n* dry-run mode\n\n## download and run\n\nhttps://github.com/alastairruhm/utfbom-remove/releases\n\nDownload binary according to your system and on macOS, you can install as \n\n```\nbrew tap alastairruhm/tap \u0026\u0026 brew install utfbom-remove\n```\n\nusage:\n\n```bash\n\n$ ./utfbom-remove -h\n\nNAME:\n   utfbom-remove - detect and remove BOM in utf-8 encoding files\n\nUSAGE:\n   main [global options] command [command options] [arguments...]\n\nVERSION:\n   v1.0.2\n\nAUTHOR:\n   alastairruhm \u003calastairruhm@gmail.com\u003e\n\nCOMMANDS:\n     help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --check-only   dry-run mode\n   --path value   the path to scan (default: \".\")\n   --help, -h     show help\n   --version, -v  print the version\n\nCOPYRIGHT:\n   (c) 2017 alastairruhm\n```\n\n### macOS and linux\n\n```bash\n# dry-run mode\n$ ./utfbom-remove --path=/path/to/directory --check-only\n\n# repalce with bom free header\n$ ./utfbom-remove --path=/path/to/directory\n```\n\n### windows\n\n```bash\n# dry-run mode\n$ ./utfbom-remove.exe --path=/path/to/directory --check-only\n\n# repalce with bom free header\n$ ./utfbom-remove.exe --path=/path/to/directory\n```\n\n\n## Supported platforms\n\nutfbom-remove is tested against multiple versions of Go on Linux, and against the latest released version of Go on OS X and Windows. For full details, see [.travis.yml](./.travis.yml) and [appveyor.yml](./appveyor.yml).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falastairruhm%2Futfbom-remove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falastairruhm%2Futfbom-remove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falastairruhm%2Futfbom-remove/lists"}