Skip to content

Commit

Permalink
Update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed May 18, 2023
1 parent 459b946 commit 04c69ad
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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)
Binary file modified screenshots/base-clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/base-decode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/base-parameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/case-clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/case-parameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/hash-clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/hash-parameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/info-clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/info-parameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/lipsum-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/lipsum-parameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/utils-clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/utils-parameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 04c69ad

Please sign in to comment.