Pasteon
官方 Workflow Hub

下載一次,為剪貼簿加入實用操作。

瀏覽由 Pasteon 建立並驗證的 Workflows。下載、匯入 Pasteon,再依你的工作方式自訂。

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. 1在 Mac 上開啟 Pasteon。
  2. 2為需要的 Workflow 選擇「安裝到 Pasteon」。
  3. 3在 App 內確認安裝;若 Pasteon 無法使用,也可下載檔案後手動匯入。

需要更具體的操作?

使用視覺化 Steps、Code 模式、Script Filter 和可重用 Variables 建立自己的 Workflow。

閱讀 Workflow 指南