#string #text #utility #command-line-tool #cli

bin+lib sula-alus

A CLI tool to encode strings and files using Sula-Alus encoding

6 releases

0.1.5 Jan 16, 2025
0.1.4 Jan 16, 2025

#1669 in Command line utilities

Download history 500/week @ 2025-01-15

500 downloads per month

MIT/Apache

9KB
69 lines

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.

Dependencies

~1–1.6MB
~31K SLoC