<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>sttr</title>
    <link>https://abhimanyu003.github.io/sttr/</link>
    <description>Recent content on sttr</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language><atom:link href="https://abhimanyu003.github.io/sttr/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>sttr</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr/</guid>
      <description>sttr #  sttr is a fast and flexible string/text converter
Synopsis #  sttr is a command line tool that allows you to quickly apply various transformation operations on the input text.
Complete documentation is available at https://github.com/abhimanyu003/sttr
sttr [flags] Options #   -h, --help help for sttr SEE ALSO #   sttr ascii85-decode	- Decode your text to Ascii85 ( Base85 ) text sttr ascii85-encode	- Encode your text to Ascii85 ( Base85 ) sttr base32-decode	- Decode your base32 text sttr base32-encode	- Encode your text to Base32 sttr base64-decode	- Decode your base64 text sttr base64-encode	- Encode your text to Base64 sttr base64url-decode	- Decode your base64 text with URL Safe sttr base64url-encode	- Encode your text to Base64 with URL Safe sttr bcrypt	- Get the Bcrypt hash of your text sttr camel	- Transform your text to CamelCase sttr completion	- Generate completion script sttr count-chars	- Find the length of your text (including spaces) sttr count-lines	- Count the number of lines in your text sttr count-words	- Count the number of words in your text sttr extract-emails	- Extract emails from given text sttr extract-ip	- Extract IPv4 and IPv6 from your text sttr hex-decode	- Convert Hexadecimal to String sttr hex-encode	- Encode your text Hex sttr hex-rgb	- Convert a #hex-color code to RGB sttr html-decode	- Unescape your HTML sttr html-encode	- Escape your HTML sttr interactive	- Use sttr in interactive mode sttr json	- Format your text as JSON ( json decode ) sttr json-escape	- JSON Escape sttr json-msgpack	- Convert JSON to MSGPACK text sttr json-unescape	- JSON Unescape sttr json-yaml	- Convert JSON to YAML text sttr kebab	- Transform your text to kebab-case sttr lower	- Transform your text to lower case sttr markdown-html	- Convert Markdown to HTML sttr md5	- Get the MD5 checksum of your text sttr msgpack-json	- Convert MSGPACK to JSON text sttr reverse	- Reverse Text ( txeT esreveR ) sttr reverse-lines	- Reverse Lines sttr rot13-encode	- Encode your text to ROT13 sttr sha1	- Get the SHA1 checksum of your text sttr sha256	- Get the SHA256 checksum of your text sttr sha512	- Get the SHA512 checksum of your text sttr shuffle-lines	- Shuffle lines randomly sttr slug	- Transform your text to slug-case sttr snake	- Transform your text to snake_case sttr sort-lines	- Sort lines alphabetically sttr title	- Transform your text to Title Case sttr unique-lines	- Unique Lines sttr upper	- Transform your text to UPPER CASE sttr url-decode	- Decode URL entities sttr url-encode	- Encode URL entities sttr version	- Print the version of sttr sttr yaml-json	- Convert YAML to JSON text sttr zeropad	- Pad a number with zeros  </description>
    </item>
    
    <item>
      <title>sttr ascii85-decode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_ascii85-decode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_ascii85-decode/</guid>
      <description>sttr ascii85-decode #  Decode your text to Ascii85 ( Base85 ) text
sttr ascii85-decode [flags] Options #   -h, --help help for ascii85-decode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr ascii85-encode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_ascii85-encode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_ascii85-encode/</guid>
      <description>sttr ascii85-encode #  Encode your text to Ascii85 ( Base85 )
sttr ascii85-encode [flags] Options #   -h, --help help for ascii85-encode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr base32-decode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_base32-decode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_base32-decode/</guid>
      <description>sttr base32-decode #  Decode your base32 text
sttr base32-decode [flags] Options #   -h, --help help for base32-decode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr base32-encode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_base32-encode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_base32-encode/</guid>
      <description>sttr base32-encode #  Encode your text to Base32
sttr base32-encode [flags] Options #   -h, --help help for base32-encode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr base64-decode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_base64-decode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_base64-decode/</guid>
      <description>sttr base64-decode #  Decode your base64 text
sttr base64-decode [flags] Options #   -h, --help help for base64-decode -r, --raw unpadded base64 encoding SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr base64-encode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_base64-encode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_base64-encode/</guid>
      <description>sttr base64-encode #  Encode your text to Base64
sttr base64-encode [flags] Options #   -h, --help help for base64-encode -r, --raw unpadded base64 encoding SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr base64url-decode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_base64url-decode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_base64url-decode/</guid>
      <description>sttr base64url-decode #  Decode your base64 text with URL Safe
sttr base64url-decode [flags] Options #   -h, --help help for base64url-decode -r, --raw unpadded base64 encoding SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr base64url-encode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_base64url-encode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_base64url-encode/</guid>
      <description>sttr base64url-encode #  Encode your text to Base64 with URL Safe
sttr base64url-encode [flags] Options #   -h, --help help for base64url-encode -r, --raw unpadded base64 encoding SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr bcrypt</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_bcrypt/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_bcrypt/</guid>
      <description>sttr bcrypt #  Get the Bcrypt hash of your text
sttr bcrypt [flags] Options #   -h, --help help for bcrypt -r, --number-of-rounds uint Number of rounds (default 10) SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr camel</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_camel/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_camel/</guid>
      <description>sttr camel #  Transform your text to CamelCase
sttr camel [flags] Options #   -h, --help help for camel SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr completion</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_completion/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_completion/</guid>
      <description>sttr completion #  Generate completion script
Synopsis #  To load completions:
Bash:
$ source &amp;lt;(sttr completion bash)
To load completions for each session, execute once: #  Linux: #  $ sttr completion bash &amp;gt; /etc/bash_completion.d/sttr
macOS: #  $ sttr completion bash &amp;gt; /usr/local/etc/bash_completion.d/sttr
Zsh:
If shell completion is not already enabled in your environment, #  you will need to enable it. You can execute the following once: #  $ echo &amp;ldquo;autoload -U compinit; compinit&amp;rdquo; &amp;raquo; ~/.</description>
    </item>
    
    <item>
      <title>sttr count-chars</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_count-chars/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_count-chars/</guid>
      <description>sttr count-chars #  Find the length of your text (including spaces)
sttr count-chars [flags] Options #   -h, --help help for count-chars SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr count-lines</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_count-lines/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_count-lines/</guid>
      <description>sttr count-lines #  Count the number of lines in your text
sttr count-lines [flags] Options #   -h, --help help for count-lines SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr count-words</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_count-words/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_count-words/</guid>
      <description>sttr count-words #  Count the number of words in your text
sttr count-words [flags] Options #   -h, --help help for count-words SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr extract-emails</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_extract-emails/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_extract-emails/</guid>
      <description>sttr extract-emails #  Extract emails from given text
sttr extract-emails [flags] Options #   -h, --help help for extract-emails -s, --separator string Separator to split multiple emails SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr extract-ip</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_extract-ip/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_extract-ip/</guid>
      <description>sttr extract-ip #  Extract IPv4 and IPv6 from your text
sttr extract-ip [flags] Options #   -h, --help help for extract-ip SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr hex-decode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_hex-decode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_hex-decode/</guid>
      <description>sttr hex-decode #  Convert Hexadecimal to String
sttr hex-decode [flags] Options #   -h, --help help for hex-decode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr hex-encode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_hex-encode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_hex-encode/</guid>
      <description>sttr hex-encode #  Encode your text Hex
sttr hex-encode [flags] Options #   -h, --help help for hex-encode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr hex-rgb</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_hex-rgb/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_hex-rgb/</guid>
      <description>sttr hex-rgb #  Convert a #hex-color code to RGB
sttr hex-rgb [flags] Options #   -h, --help help for hex-rgb SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr html-decode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_html-decode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_html-decode/</guid>
      <description>sttr html-decode #  Unescape your HTML
sttr html-decode [flags] Options #   -h, --help help for html-decode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr html-encode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_html-encode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_html-encode/</guid>
      <description>sttr html-encode #  Escape your HTML
sttr html-encode [flags] Options #   -h, --help help for html-encode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr interactive</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_interactive/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_interactive/</guid>
      <description>sttr interactive #  Use sttr in interactive mode
Synopsis #  Launches a nice terminal UI where you can explore the available processors interactively
sttr interactive [flags] Options #   -h, --help help for interactive SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr json</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_json/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_json/</guid>
      <description>sttr json #  Format your text as JSON ( json decode )
sttr json [flags] Options #   -h, --help help for json -i, --indent Indent the output (prettyprint) SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr json-escape</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_json-escape/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_json-escape/</guid>
      <description>sttr json-escape #  JSON Escape
sttr json-escape [flags] Options #   -h, --help help for json-escape SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr json-msgpack</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_json-msgpack/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_json-msgpack/</guid>
      <description>sttr json-msgpack #  Convert JSON to MSGPACK text
sttr json-msgpack [flags] Options #   -h, --help help for json-msgpack SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr json-unescape</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_json-unescape/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_json-unescape/</guid>
      <description>sttr json-unescape #  JSON Unescape
sttr json-unescape [flags] Options #   -h, --help help for json-unescape -i, --indent Indent the output (prettyprint) SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr json-yaml</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_json-yaml/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_json-yaml/</guid>
      <description>sttr json-yaml #  Convert JSON to YAML text
sttr json-yaml [flags] Options #   -h, --help help for json-yaml SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr kebab</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_kebab/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_kebab/</guid>
      <description>sttr kebab #  Transform your text to kebab-case
sttr kebab [flags] Options #   -h, --help help for kebab SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr lower</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_lower/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_lower/</guid>
      <description>sttr lower #  Transform your text to lower case
sttr lower [flags] Options #   -h, --help help for lower SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr markdown-html</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_markdown-html/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_markdown-html/</guid>
      <description>sttr markdown-html #  Convert Markdown to HTML
sttr markdown-html [flags] Options #   -h, --help help for markdown-html SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr md5</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_md5/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_md5/</guid>
      <description>sttr md5 #  Get the MD5 checksum of your text
sttr md5 [flags] Options #   -h, --help help for md5 SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr msgpack-json</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_msgpack-json/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_msgpack-json/</guid>
      <description>sttr msgpack-json #  Convert MSGPACK to JSON text
sttr msgpack-json [flags] Options #   -h, --help help for msgpack-json SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr reverse</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_reverse/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_reverse/</guid>
      <description>sttr reverse #  Reverse Text ( txeT esreveR )
sttr reverse [flags] Options #   -h, --help help for reverse SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr reverse-lines</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_reverse-lines/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_reverse-lines/</guid>
      <description>sttr reverse-lines #  Reverse Lines
sttr reverse-lines [flags] Options #   -h, --help help for reverse-lines SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr rot13-encode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_rot13-encode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_rot13-encode/</guid>
      <description>sttr rot13-encode #  Encode your text to ROT13
sttr rot13-encode [flags] Options #   -h, --help help for rot13-encode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr sha1</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_sha1/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_sha1/</guid>
      <description>sttr sha1 #  Get the SHA1 checksum of your text
sttr sha1 [flags] Options #   -h, --help help for sha1 SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr sha256</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_sha256/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_sha256/</guid>
      <description>sttr sha256 #  Get the SHA256 checksum of your text
sttr sha256 [flags] Options #   -h, --help help for sha256 SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr sha512</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_sha512/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_sha512/</guid>
      <description>sttr sha512 #  Get the SHA512 checksum of your text
sttr sha512 [flags] Options #   -h, --help help for sha512 SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr shuffle-lines</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_shuffle-lines/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_shuffle-lines/</guid>
      <description>sttr shuffle-lines #  Shuffle lines randomly
sttr shuffle-lines [flags] Options #   -h, --help help for shuffle-lines SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr slug</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_slug/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_slug/</guid>
      <description>sttr slug #  Transform your text to slug-case
sttr slug [flags] Options #   -h, --help help for slug SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr snake</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_snake/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_snake/</guid>
      <description>sttr snake #  Transform your text to snake_case
sttr snake [flags] Options #   -h, --help help for snake SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr sort-lines</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_sort-lines/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_sort-lines/</guid>
      <description>sttr sort-lines #  Sort lines alphabetically
sttr sort-lines [flags] Options #   -h, --help help for sort-lines SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr title</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_title/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_title/</guid>
      <description>sttr title #  Transform your text to Title Case
sttr title [flags] Options #   -h, --help help for title SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr unique-lines</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_unique-lines/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_unique-lines/</guid>
      <description>sttr unique-lines #  Unique Lines
sttr unique-lines [flags] Options #   -h, --help help for unique-lines SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr upper</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_upper/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_upper/</guid>
      <description>sttr upper #  Transform your text to UPPER CASE
sttr upper [flags] Options #   -h, --help help for upper SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr url-decode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_url-decode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_url-decode/</guid>
      <description>sttr url-decode #  Decode URL entities
sttr url-decode [flags] Options #   -h, --help help for url-decode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr url-encode</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_url-encode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_url-encode/</guid>
      <description>sttr url-encode #  Encode URL entities
sttr url-encode [flags] Options #   -h, --help help for url-encode SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr version</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_version/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_version/</guid>
      <description>sttr version #  Print the version of sttr
Synopsis #  All software has a version (semantic at best). This is sttr&amp;rsquo;s&#39;
sttr version [flags] Options #   -h, --help help for version SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr yaml-json</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_yaml-json/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_yaml-json/</guid>
      <description>sttr yaml-json #  Convert YAML to JSON text
sttr yaml-json [flags] Options #   -h, --help help for yaml-json -i, --indent Indent the output (prettyprint) SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
    <item>
      <title>sttr zeropad</title>
      <link>https://abhimanyu003.github.io/sttr/cli/sttr_zeropad/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://abhimanyu003.github.io/sttr/cli/sttr_zeropad/</guid>
      <description>sttr zeropad #  Pad a number with zeros
sttr zeropad [flags] Options #   -h, --help help for zeropad -n, --number-of-zeros uint Number of zeros to be padded (default 5) -p, --prefix string The number get prefixed with this SEE ALSO #   sttr	- sttr is a fast and flexible string/text converter  </description>
    </item>
    
  </channel>
</rss>
