Pasteon
Offizieller Workflow Hub

Fuge mit einem Download nutzliche Aktionen hinzu.

Entdecke von Pasteon erstellte und geprufte Workflows, importiere sie und passe sie an deine Arbeit an.

23 Workflows
CO
IntegriertOffiziell

Convert Case

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

v1Modus: Script FilterText
Beispiel
Eingabe
user display name
Ausgabe
userDisplayName
CO
IntegriertOffiziell

Convert Color

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

v1Modus: Script FilterColor
Beispiel
Eingabe
#805AF5
Ausgabe
rgb(128, 90, 245)
CO
IntegriertOffiziell

Convert cURL Request

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

v1Modus: Script FilterText
Beispiel
Eingabe
curl https://api.example.com/users
Ausgabe
fetch('https://api.example.com/users')
  .then(response => response.json())
CO
IntegriertOffiziell

Convert Time

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

v1Modus: Script FilterDateTimestamp
Beispiel
Eingabe
1717200000000
Ausgabe
1717200000
FO
IntegriertOffiziell

Format JSON

Pretty-print copied JSON with readable indentation before pasting.

v1Modus: StepsJSON
Beispiel
Eingabe
{"name":"Pasteon","pro":true}
Ausgabe
{
  "name": "Pasteon",
  "pro": true
}
GE
IntegriertOffiziell

Generate Data Model

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

v1Modus: Script FilterJSON
Beispiel
Eingabe
{"id":1,"name":"Pasteon"}
Ausgabe
export interface Root {
  id: number;
  name: string;
}
OC
IntegriertOffiziell

OCR

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

v1Modus: StepsImageImageURL
Beispiel
Eingabe
Clipboard image containing “Hello Pasteon”
Ausgabe
Hello Pasteon
OP
IntegriertOffiziell

Open in Browser

Open a copied URL in your default web browser.

v1Modus: SimpleURL
Beispiel
Eingabe
https://pasteon.app/workflow-hub
Ausgabe
Opens the URL in your default browser
OP
IntegriertOffiziell

Open in Finder

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

v1Modus: StepsFileURLImageURLVideoURL
Beispiel
Eingabe
/Users/me/Documents/report.pdf
Ausgabe
Reveals report.pdf in Finder
PA
IntegriertOffiziell

Paste as JSON File

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

v1Modus: SimpleJSON
Beispiel
Eingabe
{"theme":"dark"}
Ausgabe
pasteon-json-<timestamp>-<id>.json
PA
IntegriertOffiziell

Paste as Markdown File

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

v1Modus: SimpleMarkdown
Beispiel
Eingabe
# Release notes

- New Workflows
Ausgabe
pasteon-markdown-<timestamp>-<id>.md
PA
IntegriertOffiziell

Paste as Markdown Link

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

v1Modus: SimpleURL
Beispiel
Eingabe
https://pasteon.app/workflow-hub
Ausgabe
[pasteon.app](https://pasteon.app/workflow-hub)
PA
IntegriertOffiziell

Paste as TXT File

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

v1Modus: SimpleText
Beispiel
Eingabe
Meeting notes
Ausgabe
pasteon-text-<timestamp>-<id>.txt
PN
IntegriertOffiziell

PNG File

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

v1Modus: StepsImageImageURL
Beispiel
Eingabe
Clipboard image
Ausgabe
PNG file ready to paste
UR
IntegriertOffiziell

URL Encode / Decode

Encode or decode a copied URL from one contextual action.

v1Modus: Script FilterURL
Beispiel
Eingabe
https://example.com/?q=hello world
Ausgabe
https://example.com/?q=hello%20world
TE
Offiziell

Text Cleanup

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

v1Modus: Script FilterTextMarkdown
Beispiel
Eingabe
First line
Second line
Ausgabe
First line Second line
LI
Offiziell

Line Tools

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

v1Modus: Script FilterTextMarkdown
Beispiel
Eingabe
apple
banana
apple
Ausgabe
apple
banana
BA
Offiziell

Base64 Tools

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

v1Modus: Script FilterTextFileURLImageURLVideoURL
Beispiel
Eingabe
Pasteon
Ausgabe
UGFzdGVvbg==
CL
Offiziell

Clean URL

Remove common tracking parameters while preserving useful URL data.

v1Modus: SimpleURL
Beispiel
Eingabe
https://example.com/article?utm_source=newsletter&id=42
Ausgabe
https://example.com/article?id=42
CS
Offiziell

CSV / JSON Converter

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

v1Modus: Script FilterTextJSONFileURL
Beispiel
Eingabe
name,plan
Pasteon,Pro
Ausgabe
[
  {
    "name": "Pasteon",
    "plan": "Pro"
  }
]
EX
Offiziell

Extract Information

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

v1Modus: Script FilterTextMarkdownHTMLJSONURL
Beispiel
Eingabe
Email support@pasteon.app for help.
Ausgabe
support@pasteon.app
GE
Offiziell

Generate Hash

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

v1Modus: Script FilterTextFileURLImageURLVideoURL
Beispiel
Eingabe
Pasteon
Ausgabe
693c15e239e7c8ef724dcbe50d2c080a3c4a98c790845222b41f4a970a27bd6b
IM
Offiziell

Image Converter

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

v1Modus: Script FilterImageImageURL
Beispiel
Eingabe
Clipboard image
Ausgabe
pasteon-image-<timestamp>-<id>.jpg
Workflow installieren
  1. 1Offne Pasteon auf deinem Mac.
  2. 2Wahle fur den gewunschten Workflow In Pasteon installieren.
  3. 3Bestatige die Installation in der App. Ist Pasteon nicht erreichbar, lade die Datei herunter und importiere sie manuell.

Brauchst du etwas Spezielleres?

Erstelle eigene Workflows mit visuellen Steps, Code, Script Filter und wiederverwendbaren Variables.

Workflow-Anleitung lesen