News
Cross-Platform, Cli App To Perform Various Operations On String
Cross-Platform, Cli App To Perform Various Operations On String sttr is command line software that allows you to quickly run various transformation operations on the string. // With input promptsttr// Direct inputsttr md5 “Hello World”// File inputsttr md5 file.textsttr base64-encode image.jpg// Reading from different processor like cat, curl, printf etc..echo Read more…