Convert Case
Change copied text to camelCase, PascalCase, snake_case, kebab-case, and other common naming styles.
user display name
userDisplayName
Pasteon が作成・検証した Workflows をダウンロードし、読み込んで自分の作業に合わせて調整できます。
Change copied text to camelCase, PascalCase, snake_case, kebab-case, and other common naming styles.
user display name
userDisplayName
Convert copied colors between HEX, RGB, RGBA, HSL, and HSLA formats.
#805AF5
rgb(128, 90, 245)
Turn a copied cURL request into URLSession, fetch, or Axios code.
curl https://api.example.com/users
fetch('https://api.example.com/users')
.then(response => response.json())Convert dates and timestamps between seconds, milliseconds, and readable date text.
1717200000000
1717200000
Pretty-print copied JSON with readable indentation before pasting.
{"name":"Pasteon","pro":true}{
"name": "Pasteon",
"pro": true
}Generate Swift, TypeScript, Kotlin, Go, or Python models from copied JSON.
{"id":1,"name":"Pasteon"}export interface Root {
id: number;
name: string;
}Extract text from a clipboard image or image file using macOS Vision.
Clipboard image containing “Hello Pasteon”
Hello Pasteon
Open a copied URL in your default web browser.
https://pasteon.app/workflow-hub
Opens the URL in your default browser
Reveal a copied file, image file, or video file in Finder.
/Users/me/Documents/report.pdf
Reveals report.pdf in Finder
Create and paste a local .json file from copied JSON.
{"theme":"dark"}pasteon-json-<timestamp>-<id>.json
Create and paste a local .md file from copied Markdown.
# Release notes - New Workflows
pasteon-markdown-<timestamp>-<id>.md
Turn a copied URL into a ready-to-paste Markdown link.
https://pasteon.app/workflow-hub
[pasteon.app](https://pasteon.app/workflow-hub)
Create and paste a local .txt file from copied text.
Meeting notes
pasteon-text-<timestamp>-<id>.txt
Convert a clipboard image or image file into a local PNG file.
Clipboard image
PNG file ready to paste
Encode or decode a copied URL from one contextual action.
https://example.com/?q=hello world
https://example.com/?q=hello%20world
Trim whitespace, remove empty lines, join lines, collapse spaces, or normalize line endings.
First line Second line
First line Second line
Sort, deduplicate, reverse, number, or shuffle copied lines.
apple banana apple
apple banana
Encode or decode Base64 text and files, including images and videos.
Pasteon
UGFzdGVvbg==
Remove common tracking parameters while preserving useful URL data.
https://example.com/article?utm_source=newsletter&id=42
https://example.com/article?id=42
Convert CSV to JSON, JSON to CSV, or a JSON array to a Markdown table.
name,plan Pasteon,Pro
[
{
"name": "Pasteon",
"plan": "Pro"
}
]Extract URLs, emails, phone numbers, IP addresses, or hashtags from copied content.
Email support@pasteon.app for help.
support@pasteon.app
Generate SHA-256, SHA-1, or MD5 hashes from copied text and files.
Pasteon
693c15e239e7c8ef724dcbe50d2c080a3c4a98c790845222b41f4a970a27bd6b
Convert images to PNG or JPEG, or create a smaller compressed copy.
Clipboard image
pasteon-image-<timestamp>-<id>.jpg