Alfred Workflow to run different sets of string manipulation tools 🔤️
Apply a base to a string.
Also decode a base when possible!
Change the case of a string.
Apply a hash to a string.
Get information about a string.
Generate a random amount of lorem ipsum paragraphs, sentences or words.
Execute different string manipulation utilities on a string
input
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
result
{
"header": {
"alg": "HS256",
"typ": "JWT"
},
"payload": {
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
},
"signature": "SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}