LinuxCommandLibrary

sttr

Cross-platform CLI for 50+ string transformations

TLDR

Generate an MD5 hash of a string
$ sttr md5 "[Hello World]"
copy
Base64 encode piped input
$ echo "Hello" | sttr base64-encode
copy
Convert a YAML file to JSON
$ sttr yaml-json [file.yaml]
copy

SYNOPSIS

sttr operation [input]

DESCRIPTION

sttr is a cross-platform command-line application for performing various transformation operations on strings. It supports encoding/decoding (base64, URL), hashing (MD5, SHA), case conversion, JSON/YAML conversion, and many more. It features both an interactive TUI mode and a scriptable CLI interface.

HISTORY

sttr was created by abhimanyu003 and is written in Go.

SEE ALSO

jq(1), base64(1), openssl(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard