FROM SCATTERED INPUT TO CLEAR OUTPUT
Let your text find its flow.
One calm place to clean, connect, and reshape the text you work with every day.
No signup. No text uploads.
Your workflow 0
A little order.
A lot less work.
Add your first operation.
We’ll run each step in sequence.
Add operations, paste your text, and run your workflow.
LESS REPETITION, MORE FLOW
Every step leads somewhere.
Bring your input together, then guide it into shape.
Bring your text
Paste a draft or load a UTF-8 text file. Your content is processed locally in this browser.
Build your sequence
Add operations and adjust their settings. Use the arrows to change the order, or untick a step to skip it.
Make it yours
Run with Ctrl + Enter or ⌘ + Enter. Copy or download the result, and export the workflow to reuse it.
A WORKFLOW WORTH TRYING
Turn a comma-separated list into lines.
Split a list on commas, trim the resulting lines, remove empty entries and sort them. Join with a new delimiter if your next destination needs a single line.
Does the order of operations matter?
Yes. Each step works on the previous step’s output. For example, trim spaces before removing duplicates so that differently padded copies match.
Can I save a workflow?
Export a JSON file and import it when you need it again. It contains operation settings, including any text entered in those settings, but not your input or output. Nothing is saved automatically.
What text can I process?
Use plain text up to 2 MB and up to 50 operations. Line endings are normalized to LF before processing. Regular expressions use JavaScript syntax. Long-running workflows stop after five seconds.