{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.200Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"text-dedupe-lines","name":"Deduplicate Lines","description":"Remove duplicate lines from a list — case-sensitive or not, preserve original order or not.","longDescription":"Strip out repeated lines from any text block. Choose whether comparison is case-sensitive, whether whitespace at the ends of each line is trimmed before comparing, and whether the first occurrence of each value stays in its original position. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["dedupe lines","deduplicate lines","remove duplicate lines","unique lines","dedupe text","remove duplicates","line deduplicator","dedupe online","dedupe free","uniq lines","filter duplicate lines","text deduper","line uniq tool"],"badge":"Transformer","url":"https://toolsly.tools/text-dedupe-lines","inputs":[{"type":"text","key":"text","label":"Text (one item per line)","placeholder":"apple\nbanana\napple\ncherry","multiline":true,"monospace":true},{"type":"boolean","key":"caseSensitive","label":"Case-sensitive","defaultValue":true},{"type":"boolean","key":"preserveOrder","label":"Preserve order (first wins)","defaultValue":true},{"type":"boolean","key":"trim","label":"Trim whitespace before comparing","defaultValue":false}],"outputs":[{"key":"result","label":"Unique lines","multiline":true},{"key":"removed","label":"Duplicates removed"},{"key":"kept","label":"Lines kept"}],"invocation":{"webUi":"https://toolsly.tools/text-dedupe-lines","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}