Small CLI for escaping characters in strings.
cargo install esccat LICENSE-MIT | esc escape | pbcopypbpaste | esc unescape | pbcopyNote This reads the entire input in memory at once in order to locate paired characters.
This is just a tiny wrapper over snailquote which does all the actual work here.