sstadick / esc

Small CLI for escaping and unescaping characters in strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐌 esc

Small CLI for escaping characters in strings.

Install

cargo install esc

Usage

cat LICENSE-MIT | esc escape | pbcopy
pbpaste | esc unescape | pbcopy

Note This reads the entire input in memory at once in order to locate paired characters.

Acknowledgments

This is just a tiny wrapper over snailquote which does all the actual work here.

About

Small CLI for escaping and unescaping characters in strings

License:The Unlicense


Languages

Language:Rust 100.0%