sttr

CLI tool to perform various string operations and transformations

brewmacoslinux
Try with needOr install directly
Source

About

CLI to perform various operations on string

Commands

sttr

Examples

Convert string to uppercase$ sttr upper 'hello world'
Encode string to base64$ sttr base64 'hello world'
Reverse a string$ sttr reverse 'hello world'