diff --git a/README.md b/README.md index 3a0ea86..0dcfe8a 100755 --- a/README.md +++ b/README.md @@ -5,38 +5,39 @@ ### FUNCTIONS -#### 🔠 case +#### *️⃣ str base -Change the case of a string. +Apply a base to a string. -![parameters](screenshots/case-parameters.png) +![parameters](screenshots/base-parameters.png) -![clipboard](screenshots/case-clipboard.png) +![clipboard](screenshots/base-clipboard.png) +Also decode a base when possible! -#### *️⃣ base +![decode](screenshots/base-decode.png) -Apply base 64/32/16 to a string. -![parameters](screenshots/base-parameters.png) +#### 🔠 str case -![clipboard](screenshots/base-clipboard.png) +Change the case of a string. -Also decode a base64/32/16 string when possible! +![parameters](screenshots/case-parameters.png) -![decode](screenshots/base-decode.png) +![clipboard](screenshots/case-clipboard.png) -#### #️⃣ hash +#### #️⃣ str hash -Apply a hash to string. +Apply a hash to a string. ![parameters](screenshots/hash-parameters.png) ![clipboard](screenshots/hash-clipboard.png) -#### ℹ️ info + +#### ℹ️ str info Get information about a string. @@ -45,10 +46,20 @@ Get information about a string. ![clipboard](screenshots/info-clipboard.png) -#### 🔀 lipsum +#### 🔀 str lipsum -Generate random lorem ipsum paragraphs, sentences or words. +Generate a random amount of lorem ipsum paragraphs, sentences or words. ![default](screenshots/lipsum-default.png) ![parameters](screenshots/lipsum-parameters.png) + + + +#### 🔣️ str utils + +Execute different string manipulation utilities on a string + +![parameters](screenshots/utils-parameters.png) + +![clipboard](screenshots/utils-clipboard.png) \ No newline at end of file diff --git a/screenshots/base-clipboard.png b/screenshots/base-clipboard.png index 54ba494..f1e7d0d 100644 Binary files a/screenshots/base-clipboard.png and b/screenshots/base-clipboard.png differ diff --git a/screenshots/base-decode.png b/screenshots/base-decode.png index e308c91..016a8c7 100644 Binary files a/screenshots/base-decode.png and b/screenshots/base-decode.png differ diff --git a/screenshots/base-parameters.png b/screenshots/base-parameters.png index 46cd160..de720eb 100644 Binary files a/screenshots/base-parameters.png and b/screenshots/base-parameters.png differ diff --git a/screenshots/case-clipboard.png b/screenshots/case-clipboard.png index 129719b..65e623e 100644 Binary files a/screenshots/case-clipboard.png and b/screenshots/case-clipboard.png differ diff --git a/screenshots/case-parameters.png b/screenshots/case-parameters.png index 9344902..a3a1c50 100644 Binary files a/screenshots/case-parameters.png and b/screenshots/case-parameters.png differ diff --git a/screenshots/hash-clipboard.png b/screenshots/hash-clipboard.png index 92caa0f..1348eca 100644 Binary files a/screenshots/hash-clipboard.png and b/screenshots/hash-clipboard.png differ diff --git a/screenshots/hash-parameters.png b/screenshots/hash-parameters.png index 12609b8..b87e6bc 100644 Binary files a/screenshots/hash-parameters.png and b/screenshots/hash-parameters.png differ diff --git a/screenshots/info-clipboard.png b/screenshots/info-clipboard.png index b9fbdf2..60f3104 100644 Binary files a/screenshots/info-clipboard.png and b/screenshots/info-clipboard.png differ diff --git a/screenshots/info-parameters.png b/screenshots/info-parameters.png index c1da8a2..459234a 100644 Binary files a/screenshots/info-parameters.png and b/screenshots/info-parameters.png differ diff --git a/screenshots/lipsum-default.png b/screenshots/lipsum-default.png index ad379a3..e97b8e3 100644 Binary files a/screenshots/lipsum-default.png and b/screenshots/lipsum-default.png differ diff --git a/screenshots/lipsum-parameters.png b/screenshots/lipsum-parameters.png index 84f40c3..320a523 100644 Binary files a/screenshots/lipsum-parameters.png and b/screenshots/lipsum-parameters.png differ diff --git a/screenshots/utils-clipboard.png b/screenshots/utils-clipboard.png new file mode 100644 index 0000000..ba70792 Binary files /dev/null and b/screenshots/utils-clipboard.png differ diff --git a/screenshots/utils-parameters.png b/screenshots/utils-parameters.png new file mode 100644 index 0000000..eb0b9b0 Binary files /dev/null and b/screenshots/utils-parameters.png differ