mirror of
https://github.com/kristoferssolo/sula-alus.git
synced 2025-10-21 20:00:36 +00:00
| .github/workflows | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
Sula-Alus CLI
A CLI tool to encode strings and files using Sula-Alus encoding
Installation
cargo install sula-alus
# or using binstall
cargo binstall sula-alus
Usage
Using on string
sula-alus "Some Text" # output: "txeT emoS"
Using on file
sula-alus -f input.txt # output: <encoded file content>
Outputting to a file
sula-alus -f input.txt -o output.txt
License
This project is dual-licensed under either:
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.