Skip to content
/ Bom Public

A command-line tool to convert files to utf-8.

License

Notifications You must be signed in to change notification settings

r-Larch/Bom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core

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 [ <directory> OPTIONS ]
  <directory>     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

About

A command-line tool to convert files to utf-8.

Resources

License

Stars

Watchers

Forks

Packages

No packages published