About
Working with ANSI control codes and escape sequences can be a challenge.
This website helps to inspect the input, visualize colors and styling, and list control codes.
Type or paste text in the black text area, or try out the examples.
Use the lookup table to filter and find specific codes.
If you have any ideas, feedback or want to report a bug, feel free to reach out on GitHub!
Parser
This website uses the @ansi-tools/parser npm package to tokenize and parse the input.
The source code is open and available on GitHub.