公式 Workflow Hub

ダウンロードひとつで便利なアクションを追加。

Pasteon が作成・検証した Workflows をダウンロードし、読み込んで自分の作業に合わせて調整できます。

23 Workflows
CO
標準搭載公式

Convert Case

Change copied text to camelCase, PascalCase, snake_case, kebab-case, and other common naming styles.

v1モード: Script FilterText
使用例
入力
user display name
出力
userDisplayName
CO
標準搭載公式

Convert Color

Convert copied colors between HEX, RGB, RGBA, HSL, and HSLA formats.

v1モード: Script FilterColor
使用例
入力
#805AF5
出力
rgb(128, 90, 245)
CO
標準搭載公式

Convert cURL Request

Turn a copied cURL request into URLSession, fetch, or Axios code.

v1モード: Script FilterText
使用例
入力
curl https://api.example.com/users
出力
fetch('https://api.example.com/users')
  .then(response => response.json())
CO
標準搭載公式

Convert Time

Convert dates and timestamps between seconds, milliseconds, and readable date text.

v1モード: Script FilterDateTimestamp
使用例
入力
1717200000000
出力
1717200000
FO
標準搭載公式

Format JSON

Pretty-print copied JSON with readable indentation before pasting.

v1モード: StepsJSON
使用例
入力
{"name":"Pasteon","pro":true}
出力
{
  "name": "Pasteon",
  "pro": true
}
GE
標準搭載公式

Generate Data Model

Generate Swift, TypeScript, Kotlin, Go, or Python models from copied JSON.

v1モード: Script FilterJSON
使用例
入力
{"id":1,"name":"Pasteon"}
出力
export interface Root {
  id: number;
  name: string;
}
OC
標準搭載公式

OCR

Extract text from a clipboard image or image file using macOS Vision.

v1モード: StepsImageImageURL
使用例
入力
Clipboard image containing “Hello Pasteon”
出力
Hello Pasteon
OP
標準搭載公式

Open in Browser

Open a copied URL in your default web browser.

v1モード: SimpleURL
使用例
入力
https://pasteon.app/workflow-hub
出力
Opens the URL in your default browser
OP
標準搭載公式

Open in Finder

Reveal a copied file, image file, or video file in Finder.

v1モード: StepsFileURLImageURLVideoURL
使用例
入力
/Users/me/Documents/report.pdf
出力
Reveals report.pdf in Finder
PA
標準搭載公式

Paste as JSON File

Create and paste a local .json file from copied JSON.

v1モード: SimpleJSON
使用例
入力
{"theme":"dark"}
出力
pasteon-json-<timestamp>-<id>.json
PA
標準搭載公式

Paste as Markdown File

Create and paste a local .md file from copied Markdown.

v1モード: SimpleMarkdown
使用例
入力
# Release notes

- New Workflows
出力
pasteon-markdown-<timestamp>-<id>.md
PA
標準搭載公式

Paste as Markdown Link

Turn a copied URL into a ready-to-paste Markdown link.

v1モード: SimpleURL
使用例
入力
https://pasteon.app/workflow-hub
出力
[pasteon.app](https://pasteon.app/workflow-hub)
PA
標準搭載公式

Paste as TXT File

Create and paste a local .txt file from copied text.

v1モード: SimpleText
使用例
入力
Meeting notes
出力
pasteon-text-<timestamp>-<id>.txt
PN
標準搭載公式

PNG File

Convert a clipboard image or image file into a local PNG file.

v1モード: StepsImageImageURL
使用例
入力
Clipboard image
出力
PNG file ready to paste
UR
標準搭載公式

URL Encode / Decode

Encode or decode a copied URL from one contextual action.

v1モード: Script FilterURL
使用例
入力
https://example.com/?q=hello world
出力
https://example.com/?q=hello%20world
TE
公式

Text Cleanup

Trim whitespace, remove empty lines, join lines, collapse spaces, or normalize line endings.

v1モード: Script FilterTextMarkdown
使用例
入力
First line
Second line
出力
First line Second line
LI
公式

Line Tools

Sort, deduplicate, reverse, number, or shuffle copied lines.

v1モード: Script FilterTextMarkdown
使用例
入力
apple
banana
apple
出力
apple
banana
BA
公式

Base64 Tools

Encode or decode Base64 text and files, including images and videos.

v1モード: Script FilterTextFileURLImageURLVideoURL
使用例
入力
Pasteon
出力
UGFzdGVvbg==
CL
公式

Clean URL

Remove common tracking parameters while preserving useful URL data.

v1モード: SimpleURL
使用例
入力
https://example.com/article?utm_source=newsletter&id=42
出力
https://example.com/article?id=42
CS
公式

CSV / JSON Converter

Convert CSV to JSON, JSON to CSV, or a JSON array to a Markdown table.

v1モード: Script FilterTextJSONFileURL
使用例
入力
name,plan
Pasteon,Pro
出力
[
  {
    "name": "Pasteon",
    "plan": "Pro"
  }
]
EX
公式

Extract Information

Extract URLs, emails, phone numbers, IP addresses, or hashtags from copied content.

v1モード: Script FilterTextMarkdownHTMLJSONURL
使用例
入力
Email support@pasteon.app for help.
出力
support@pasteon.app
GE
公式

Generate Hash

Generate SHA-256, SHA-1, or MD5 hashes from copied text and files.

v1モード: Script FilterTextFileURLImageURLVideoURL
使用例
入力
Pasteon
出力
693c15e239e7c8ef724dcbe50d2c080a3c4a98c790845222b41f4a970a27bd6b
IM
公式

Image Converter

Convert images to PNG or JPEG, or create a smaller compressed copy.

v1モード: Script FilterImageImageURL
使用例
入力
Clipboard image
出力
pasteon-image-<timestamp>-<id>.jpg
Workflow をインストール
  1. 1Mac で Pasteon を開きます。
  2. 2必要な Workflow の「Pasteon にインストール」を選択します。
  3. 3App 内でインストールを確認します。Pasteon が利用できない場合は、ファイルをダウンロードして手動で読み込めます。

より具体的な操作が必要ですか?

視覚的な Steps、Code、Script Filter、再利用可能な Variables で独自の Workflow を作成できます。

Workflow ガイドを読む