Swappie is a simple CLI to mirror text.
This is how you cal Swappie: swappie <flags> <text>
The flags that you can use are:
-v
or--verbose
, to get better expressed output--allow-mangle
, does not crash when character is unmirrorable
You could run something like this:
swappie --verbose "Hello, World!"
- Clone repository:
git clone https://github.com/WouterPennings/swappie.git
- Move into
swappie/
- Build project:
cargo build --release
- Add the executable to your PATH, executable is located at:
./target/release/swappie<.exe>