LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

brew install sttr
copy
nix profile install nixpkgs#sttr
copy

HISTORY

sttr was created by abhimanyu003 and is written in Go.

SEE ALSO

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

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid