No description
Find a file
2023-01-10 11:28:31 +01:00
src Initial commit 2023-01-10 11:23:04 +01:00
.gitignore Initial commit 2023-01-10 11:23:04 +01:00
Cargo.lock Initial commit 2023-01-10 11:23:04 +01:00
Cargo.toml Initial commit 2023-01-10 11:23:04 +01:00
readme.md Add install instructions 2023-01-10 11:28:31 +01:00

ROT13 CLI

A simple CLI tool that "encrypts" text using rot13

Usage

rot13 [input]
echo [input] | rot13

Installing

git clone git@gitlab.com:dbgit/open/rot13-cli.git
cd rot13-cli
cargo install --path .