Go to file
2025-01-16 17:54:22 +02:00
.github/workflows fix: CI/CD 2025-01-16 17:54:22 +02:00
src fix: clippy warnings 2025-01-15 16:10:17 +02:00
.gitignore fix: clippy warnings 2025-01-15 16:10:17 +02:00
Cargo.lock fix: CI/CD 2025-01-16 17:54:22 +02:00
Cargo.toml fix: CI/CD 2025-01-16 17:54:22 +02:00
LICENSE-APACHE Create LICENSE-APACHE 2025-01-15 16:14:16 +02:00
LICENSE-MIT Create LICENSE-MIT 2025-01-15 16:13:34 +02:00
README.md docs: add README.md 2025-01-15 16:23:59 +02:00

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:

at your option.