Skip to content

Latest commit

 

History

History
56 lines (54 loc) · 3.3 KB

BUILTINS.md

File metadata and controls

56 lines (54 loc) · 3.3 KB

Built-ins

This a list of built-in whop commands.

Name Comment
Base64 Encode (base64) -
Base64 Encode without newlines (tr, base64) -
Base64 Decode (base64) -
Base32 Encode (python) -
Base32 Decode (python) -
Format JSON (jq) -
URL Encode (jq) -
URL Decode (python) -
HTML Decode (python) -
HTML Encode (python) -
Minify JSON (jq) -
Build MD5 (md5) -
Build SHA1 (tr, sha1sum) -
Build SHA256 (tr, sha256sum) -
Build SHA512 (tr, sha512sum) -
Reverse each line (rev) -
Reverse the order of lines (tac) -
Remove all whitespace (tr) -
Remove blank/empty lines (grep) -
Remove blank/empty lines with spaces only (grep) -
Remove blank/empty lines (rg) -
Remove blank/empty lines with spaces only (rg) -
Remove blank/empty lines (vim) -
Join lines with comma (vim) -
Wrap numbers with single quotes (vim) -
Wrap numbers with double quotes (vim) -
Remove single quotes (vim) -
Remove double quotes (vim) -
Remove duplicate lines (vim) -
Remove duplicate lines (sort, uniq) -
Query string to json (python) -
Sum all (awk) -
Python dict to JSON (python) -
Replace commas with newlines (vim) -
Ansible Vault Encrypt (ansible-vault) -
Ansible Vault Decrypt (ansible-vault) -
PowerShell escape characters to Unix (vim) -
Change single quotes to double quotes (vim) -
Change double quotes to single quotes (vim) -
snake_case to CamelCase (python) -
CamelCase to snake_case (python) -
snake_case to kebab-case (python) -
kebab-case to snake_case (python) -
To UPPER case (python) -
To lower case (python) -
Generate UUID4 (python) -
Unix timestamp to ISO formatted datetime (python) -
ISO formatted datetime to Unix timestamp (python) -
Shuffle lines (shuf) -
Sort JSON keys (jq) -