utox39/z8x
z8x checks if a given input string is valid UTF-8 and finds Tags (Unicode block) to prevent ASCII Smuggling
z8x checks if a given input string is valid UTF-8 and finds Tags (Unicode block) to prevent ASCII Smuggling.
# Clone the repo
$ git clone https://github.com/utox39/z8x.git
# cd to the path
$ cd path/to/z8x
# Build zigfetch
$ zig build -Doptimize=ReleaseSafe
# Then move it somewhere in your $PATH. Here is an example:
$ mv ./zig-out/z8x ~/bin
$ z8x "some text"
$ echo "some text" | z8x
If you would like to contribute to this project just create a pull request which I will try to review as soon as possible.