⚙️ 批量处理Batch Processing
把多个文本操作(替换、删行、去重、清洗、大小写、前后缀、排序等)添加为任务,组成一条流水线,按顺序一次性执行。流水线自动保存在本机,可存为命名预设一键复用,也可导出 JSON 到其他设备直接导入使用。Add multiple operations (replace, remove lines, dedupe, clean, case, prefix/suffix, sort…) as tasks into a pipeline and run them in order. The pipeline autosaves locally; save it as a named preset to reuse with one click, or export JSON and import it on another device.
① 输入文本① Input
② 任务流水线② Pipeline
③ 处理结果③ Result
使用说明How to use
- 输入待处理文本Enter text to process
- 点「添加任务」组合多个操作,用上下箭头调顺序Add tasks to build a pipeline; reorder with arrows
- 点「运行」一次性执行,可存为预设Run all steps at once; save as a preset
示例:去空格→去重→排序 一步到位Example: Trim → dedupe → sort in one run
全程在你的浏览器本地完成,文本不会上传服务器。Runs entirely in your browser; your text is never uploaded.
点击「添加任务」选择操作并填写参数,多个任务按从上到下的顺序依次执行。用任务右侧的上/下箭头调整顺序,垃圾桶删除。流水线会自动保存在浏览器,下次打开仍在。Click “Add task”, pick an operation and fill parameters. Tasks run top-to-bottom; use the arrows to reorder and the trash to delete. The pipeline autosaves in your browser.
示例流水线:「去首尾空格 → 删除空行 → 整行去重 → 按字母升序排序」常用于清洗用户导入的名单或关键词列表。Sample pipeline: “Trim → Remove empty lines → Dedupe → Sort A→Z” is great for cleaning imported name/keyword lists.
「存为预设」可把当前流水线命名保存,之后在「预设」下拉的「我的预设」中一键载入。「导出配置」会复制并展示 JSON(也可下载 .json 文件);在其他电脑或浏览器点击「导入配置」,粘贴 JSON 或选择文件即可恢复使用。“Save preset” names the current pipeline so you can reload it from “My presets” anytime. “Export” copies and shows the JSON (also downloadable as a .json file); on another computer or browser, click “Import”, paste the JSON, or pick the file to restore it.