sttr: A cross-platform, cli app to perform various operations on string
https://github.com/abhimanyu003/sttr| Installer Source| Releases (json) (tab)
sttr: A cross-platform, cli app to perform various operations on string
https://github.com/abhimanyu003/sttr| Installer Source| Releases (json) (tab)
To update or switch versions, run webi sttr@stable
(or @v0.2.16
etc).
These are the files / directories that are created and/or modified with this install:
~/.config/envman/PATH.env
~/.local/bin/sttr
sttr
makes it easy to perform various operations on string.
sttr
command.// For interactive menu
sttr
// Provide your input
// Press two enter to open operation menu
// Press `/` to filter various operations.
// Can also press UP-Down arrows select various operations.
sttr -h
// Example
sttr zeropad -h
sttr md5 -h
sttr {command-name} {filename}
sttr base64-encode image.jpg
sttr md5 file.txt
sttr md-html Readme.md
sttr yaml-json file.yaml > file-output.json
curl https: //jsonplaceholder.typicode.com/users | sttr json-yaml
sttr md5 hello | sttr base64-encode
echo "Hello World" | sttr base64-encode | sttr md5