https://github.com/r-larch/bom
A command-line tool to convert files to utf-8.
https://github.com/r-larch/bom
Last synced: about 1 month ago
JSON representation
A command-line tool to convert files to utf-8.
- Host: GitHub
- URL: https://github.com/r-larch/bom
- Owner: r-Larch
- License: mit
- Created: 2020-06-26T17:43:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T09:20:22.000Z (11 months ago)
- Last Synced: 2025-03-15T16:11:16.587Z (2 months ago)
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# bom
A command-line tool to convert files to utf-8.
Use `--git` to quickly convert all files belonging to a git-repository while regard `.gitignore`.
```
cmd> bom --help@author: René Larch
usage: bom [ OPTIONS ]
if not specified current the working directory is used
-r --recurse recursive list files
-a --all show all files
-n --no-bom show files without BOM
-b --bom show files with BOM
-c --convert convert files without BOM to uft-8
-d --add-bom add a BOM when converting
-g --git use .gitignore to filter files> bom -r -c -d *.cs
```