Pasteon
Hub officiel de Workflows

Ajoutez des actions utiles en un telechargement.

Parcourez les Workflows crees et verifies par Pasteon, puis importez-les et adaptez-les a votre travail.

23 Workflows
CO
IntegreOfficiel

Convert Case

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

v1Mode: Script FilterText
Exemple
Entree
user display name
Sortie
userDisplayName
CO
IntegreOfficiel

Convert Color

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

v1Mode: Script FilterColor
Exemple
Entree
#805AF5
Sortie
rgb(128, 90, 245)
CO
IntegreOfficiel

Convert cURL Request

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

v1Mode: Script FilterText
Exemple
Entree
curl https://api.example.com/users
Sortie
fetch('https://api.example.com/users')
  .then(response => response.json())
CO
IntegreOfficiel

Convert Time

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

v1Mode: Script FilterDateTimestamp
Exemple
Entree
1717200000000
Sortie
1717200000
FO
IntegreOfficiel

Format JSON

Pretty-print copied JSON with readable indentation before pasting.

v1Mode: StepsJSON
Exemple
Entree
{"name":"Pasteon","pro":true}
Sortie
{
  "name": "Pasteon",
  "pro": true
}
GE
IntegreOfficiel

Generate Data Model

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

v1Mode: Script FilterJSON
Exemple
Entree
{"id":1,"name":"Pasteon"}
Sortie
export interface Root {
  id: number;
  name: string;
}
OC
IntegreOfficiel

OCR

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

v1Mode: StepsImageImageURL
Exemple
Entree
Clipboard image containing “Hello Pasteon”
Sortie
Hello Pasteon
OP
IntegreOfficiel

Open in Browser

Open a copied URL in your default web browser.

v1Mode: SimpleURL
Exemple
Entree
https://pasteon.app/workflow-hub
Sortie
Opens the URL in your default browser
OP
IntegreOfficiel

Open in Finder

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

v1Mode: StepsFileURLImageURLVideoURL
Exemple
Entree
/Users/me/Documents/report.pdf
Sortie
Reveals report.pdf in Finder
PA
IntegreOfficiel

Paste as JSON File

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

v1Mode: SimpleJSON
Exemple
Entree
{"theme":"dark"}
Sortie
pasteon-json-<timestamp>-<id>.json
PA
IntegreOfficiel

Paste as Markdown File

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

v1Mode: SimpleMarkdown
Exemple
Entree
# Release notes

- New Workflows
Sortie
pasteon-markdown-<timestamp>-<id>.md
PA
IntegreOfficiel

Paste as Markdown Link

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

v1Mode: SimpleURL
Exemple
Entree
https://pasteon.app/workflow-hub
Sortie
[pasteon.app](https://pasteon.app/workflow-hub)
PA
IntegreOfficiel

Paste as TXT File

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

v1Mode: SimpleText
Exemple
Entree
Meeting notes
Sortie
pasteon-text-<timestamp>-<id>.txt
PN
IntegreOfficiel

PNG File

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

v1Mode: StepsImageImageURL
Exemple
Entree
Clipboard image
Sortie
PNG file ready to paste
UR
IntegreOfficiel

URL Encode / Decode

Encode or decode a copied URL from one contextual action.

v1Mode: Script FilterURL
Exemple
Entree
https://example.com/?q=hello world
Sortie
https://example.com/?q=hello%20world
TE
Officiel

Text Cleanup

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

v1Mode: Script FilterTextMarkdown
Exemple
Entree
First line
Second line
Sortie
First line Second line
LI
Officiel

Line Tools

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

v1Mode: Script FilterTextMarkdown
Exemple
Entree
apple
banana
apple
Sortie
apple
banana
BA
Officiel

Base64 Tools

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

v1Mode: Script FilterTextFileURLImageURLVideoURL
Exemple
Entree
Pasteon
Sortie
UGFzdGVvbg==
CL
Officiel

Clean URL

Remove common tracking parameters while preserving useful URL data.

v1Mode: SimpleURL
Exemple
Entree
https://example.com/article?utm_source=newsletter&id=42
Sortie
https://example.com/article?id=42
CS
Officiel

CSV / JSON Converter

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

v1Mode: Script FilterTextJSONFileURL
Exemple
Entree
name,plan
Pasteon,Pro
Sortie
[
  {
    "name": "Pasteon",
    "plan": "Pro"
  }
]
EX
Officiel

Extract Information

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

v1Mode: Script FilterTextMarkdownHTMLJSONURL
Exemple
Entree
Email support@pasteon.app for help.
Sortie
support@pasteon.app
GE
Officiel

Generate Hash

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

v1Mode: Script FilterTextFileURLImageURLVideoURL
Exemple
Entree
Pasteon
Sortie
693c15e239e7c8ef724dcbe50d2c080a3c4a98c790845222b41f4a970a27bd6b
IM
Officiel

Image Converter

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

v1Mode: Script FilterImageImageURL
Exemple
Entree
Clipboard image
Sortie
pasteon-image-<timestamp>-<id>.jpg
Installer un Workflow
  1. 1Ouvrez Pasteon sur votre Mac.
  2. 2Choisissez Installer dans Pasteon pour le Workflow voulu.
  3. 3Confirmez dans l'app. Si Pasteon est indisponible, telechargez le fichier et importez-le manuellement.

Besoin de quelque chose de plus precis ?

Creez votre propre Workflow avec des etapes visuelles, du code, Script Filter et des Variables.

Lire le guide Workflow