Steganography tool to hide files, images and text inside other images
```text
Usage: celo <COMMAND>
Commands:
image
text
file
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
```
```bash
cargo build --release
```
```bash
cargo install celo
```
Or you can grab the latest binary for windows or linux from the actions tab.