Action catalog
Everything Zmina can do
39 actions, grouped the way the app groups them. You never scroll this list in practice: Zmina reads what you just copied and offers the few that fit.
Format
Reshape structured text into the shape the next app wants.
Acts on copied text.
-
Wrap in code block
Wrap the text in a fenced Markdown code block.
-
Minify JSON
Collapse JSON onto a single line, removing whitespace.
-
Prettify JSON
Reformat JSON with 2-space indentation.
-
Convert to ISO 8601 UTC
Convert a date or time into ISO 8601 in UTC.
-
Convert to Markdown table
Render CSV or TSV as a Markdown table.
-
Convert to YAML
Convert JSON into equivalent YAML.
-
Convert to .env
Convert a JSON object into .env (dotenv) key=value lines.
-
Escape as JSON string
Escape the text into a quoted JSON string literal.
-
Unescape JSON string
Decode a quoted JSON string literal back into raw text.
-
Convert units
Convert measurements between imperial and metric units.
Text
Take the noise out of something you copied from a browser, a terminal, or a doc.
Acts on copied text.
-
Clean up URL
Remove tracking parameters from a URL.
-
Deduplicate lines
Remove repeated lines, keeping the first occurrence of each.
-
Strip ANSI codes
Remove ANSI color and control codes from terminal output.
-
Convert case
Recase an identifier between camelCase, snake_case, kebab-case, and similar styles.
-
Strip HTML tags
Remove HTML tags, keeping the text content.
-
Strip Markdown
Remove Markdown formatting, keeping the plain text.
-
Join wrapped lines
Join hard-wrapped lines back into continuous paragraphs.
Data
Pull a summary out of a list, instead of reading it yourself.
Acts on copied text.
-
Extract emails
Collect every email address into a deduplicated list.
-
Summarize numbers
Turn a list of numbers into count, sum, min, max, mean, and median.
Privacy
Take the sensitive parts out before they reach a chat window or a bug report.
Acts on copied text.
-
Redact secrets
Replace detected secrets like API keys and tokens with placeholders.
-
Anonymize PII
Replace emails, IP addresses, and phone numbers with placeholders.
-
Mask IP addresses
Replace IP addresses with a placeholder that keeps their shape.
-
Mask card number
Hide a payment-card number, keeping only the last four digits.
-
Mask username in paths
Replace your username in home-directory paths with a placeholder.
Export
Turn what you copied into a file, or hand it to the app that should open it.
-
Image as data URL images
Encode a copied image as a base64 data URL.
-
Paths as text files
Convert copied files to their newline-separated paths.
-
File path files
Copy or paste a single file's path as text.
-
Paste as .txt file text
Attach copied text to the target as a .txt file.
-
Paste as source file text
Attach copied text to the target as a file of the type Zmina detects (.py, .json, .md, …).
-
Paste as .png file images
Attach a copied image to the target as a .png file.
-
Paste as .jpg file images
Attach a copied image to the target as a .jpg file.
-
Save as .txt file text
Save copied text to a .txt file.
-
Save as source file text
Save copied text to a file using the type Zmina detects (.py, .json, .md, .csv, …).
-
Open in editor text
Open copied text in your default editor for its file type.
-
Save as .png file images
Save a copied image to a .png file.
-
Save as .jpg file images
Save a copied image to a .jpg file.
-
Open in viewer images
Open a copied image in your default image viewer.
-
Reveal in Finder files
Show a copied file in the system file manager.
-
Open files files
Open copied files with their default apps.
Every one of these runs inside the app, on your machine. Nothing you copy is uploaded to be transformed.
Try it free for 14 days