Skip to content

Very simple tool for batch encoding/decoding HTML entities given a dir of files.

License

Notifications You must be signed in to change notification settings

hellbunnie/entitizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Entitizer

Entitizer is a very basic command-line tool to batch encode or decode html entities in all files in a directory.

Usage

To encode:

./bin/entitizer /path/to/files/

To decode:

./bin/entitizer -d /path/to/files/

Output files will have the same names and be created in an ‘out’ subdir of the path given on invocation.

TODO

Lots. Should add some tests and exception handling…

About

Very simple tool for batch encoding/decoding HTML entities given a dir of files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages