mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
212 lines
12 KiB
JSON
212 lines
12 KiB
JSON
{
|
|
"findUnique": {
|
|
"title": "Find Unique",
|
|
"inputTitle": "Input List",
|
|
"resultTitle": "Unique Items",
|
|
"inputListDelimiter": "Input List Delimiter",
|
|
"delimiterDescription": "Set a delimiting symbol or regular expression.",
|
|
"outputListDelimiter": "Output List Delimiter",
|
|
"trimItems": "Trim List Items",
|
|
"trimItemsDescription": "Remove leading and trailing spaces before comparing items.",
|
|
"skipEmptyItems": "Skip Empty Items",
|
|
"skipEmptyItemsDescription": "Don't include the empty list items in the output.",
|
|
"uniqueItemOptions": "Unique Item Options",
|
|
"findAbsolutelyUniqueItems": "Find Absolutely Unique Items",
|
|
"findAbsolutelyUniqueItemsDescription": "Display only those items of the list that exist in a single copy.",
|
|
"caseSensitiveItems": "Case Sensitive Items",
|
|
"caseSensitiveItemsDescription": "Output items with different case as unique elements in the list.",
|
|
"title": "Find unique",
|
|
"description": "World's simplest browser-based utility for finding unique items in a list. Input your list and instantly get all unique values with duplicates removed. Perfect for data cleaning, deduplication, or finding distinct elements.",
|
|
"shortDescription": "Find unique items in a list"
|
|
},
|
|
"wrap": {
|
|
"title": "Wrap List",
|
|
"description": "Add text before and after each list item.",
|
|
"inputTitle": "Input List",
|
|
"resultTitle": "Wrapped List",
|
|
"splitOptions": "Split Options",
|
|
"splitBySymbol": "Split by Symbol",
|
|
"splitByRegex": "Split by Regular Expression",
|
|
"splitSeparatorDescription": "Separator to split the list",
|
|
"joinSeparatorDescription": "Separator to join the wrapped list",
|
|
"removeEmptyItems": "Remove empty items",
|
|
"wrapOptions": "Wrap Options",
|
|
"leftTextDescription": "Text to add before each item",
|
|
"rightTextDescription": "Text to add after each item",
|
|
"toolInfo": {
|
|
"title": "List Wrapping",
|
|
"description": "This tool allows you to add text before and after each item in a list. You can specify different text for the left and right sides, and control how the list is processed. It's useful for adding quotes, brackets, or other formatting to list items, preparing data for different formats, or creating structured text."
|
|
},
|
|
"title": "Wrap",
|
|
"shortDescription": "Wrap list items with specified criteria"
|
|
},
|
|
"sort": {
|
|
"inputTitle": "Input list",
|
|
"resultTitle": "Sorted list",
|
|
"inputItemSeparator": "Input item separator",
|
|
"splitSeparatorDescription": "Set a delimiting symbol or regular expression.",
|
|
"splitOperators": {
|
|
"symbol": {
|
|
"title": "Use a Symbol for Splitting",
|
|
"description": "Delimit input list items with a character."
|
|
},
|
|
"regex": {
|
|
"title": "Use a Regex for Splitting",
|
|
"description": "Delimit input list items with a regular expression."
|
|
}
|
|
},
|
|
"sortMethod": "Sort method",
|
|
"sortMethodDescription": "Select a sorting method.",
|
|
"sortOptions": {
|
|
"alphabetic": "Sort Alphabetically",
|
|
"numeric": "Sort Numerically",
|
|
"length": "Sort by Length"
|
|
},
|
|
"orderDescription": "Select a sorting order.",
|
|
"orderOptions": {
|
|
"increasing": "Increasing order",
|
|
"decreasing": "Decreasing order"
|
|
},
|
|
"caseSensitive": "Case Sensitive Sort",
|
|
"caseSensitiveDescription": "Sort uppercase and lowercase items separately. Capital letters precede lowercase letters in an ascending list. (Works only in alphabetical sorting mode.)",
|
|
"sortedItemProperties": "Sorted item properties",
|
|
"joinSeparatorDescription": "Use this symbol as a joiner between items in a sorted list.",
|
|
"removeDuplicates": "Remove duplicates",
|
|
"removeDuplicatesDescription": "Delete duplicate list items.",
|
|
"title": "Sort",
|
|
"description": "World's simplest browser-based utility for sorting list items. Input your list and specify sorting criteria to organize items in ascending or descending order. Perfect for data organization, text processing, or creating ordered lists.",
|
|
"shortDescription": "Sort list items in specified order"
|
|
},
|
|
"group": {
|
|
"inputTitle": "Input list",
|
|
"resultTitle": "Grouped items",
|
|
"inputItemSeparator": "Input Item Separator",
|
|
"splitSeparatorDescription": "Set a delimiting symbol or regular expression.",
|
|
"splitOperators": {
|
|
"symbol": {
|
|
"title": "Use a Symbol for Splitting",
|
|
"description": "Delimit input list items with a character."
|
|
},
|
|
"regex": {
|
|
"title": "Use a Regex for Splitting",
|
|
"description": "Delimit input list items with a regular expression."
|
|
}
|
|
},
|
|
"groupSizeAndSeparators": "Group Size and Separators",
|
|
"groupNumberDescription": "Number of items in a group",
|
|
"itemSeparatorDescription": "Item separator character",
|
|
"groupSeparatorDescription": "Group separator character",
|
|
"leftWrapDescription": "Group's left wrap symbol.",
|
|
"rightWrapDescription": "Group's right wrap symbol.",
|
|
"emptyItemsAndPadding": "Empty Items and Padding",
|
|
"deleteEmptyItems": "Delete Empty Items",
|
|
"deleteEmptyItemsDescription": "Ignore empty items and don't include them in the groups.",
|
|
"padNonFullGroups": "Pad Non-full Groups",
|
|
"padNonFullGroupsDescription": "Fill non-full groups with a custom item (enter below).",
|
|
"paddingCharDescription": "Use this character or item to pad non-full groups.",
|
|
"title": "Group",
|
|
"description": "World's simplest browser-based utility for grouping list items. Input your list and specify grouping criteria to organize items into logical groups. Perfect for categorizing data, organizing information, or creating structured lists. Supports custom separators and various grouping options.",
|
|
"shortDescription": "Group list items by common properties"
|
|
},
|
|
"duplicate": {
|
|
"toolInfo": {
|
|
"title": "List Duplication",
|
|
"description": "This tool allows you to duplicate items in a list. You can specify the number of copies (including fractional values), control whether items are concatenated or interweaved, and even reverse the duplicated items. It's useful for creating repeated patterns, generating test data, or expanding lists with predictable content."
|
|
},
|
|
"inputTitle": "Input List",
|
|
"resultTitle": "Duplicated List",
|
|
"splitOptions": "Split Options",
|
|
"splitBySymbol": "Split by Symbol",
|
|
"splitByRegex": "Split by Regular Expression",
|
|
"splitSeparatorDescription": "Separator to split the list",
|
|
"joinSeparatorDescription": "Separator to join the duplicated list",
|
|
"duplicationOptions": "Duplication Options",
|
|
"copyDescription": "Number of copies (can be fractional)",
|
|
"concatenate": "Concatenate",
|
|
"concatenateDescription": "Concatenate copies (if unchecked, items will be interweaved)",
|
|
"reverse": "Reverse",
|
|
"reverseDescription": "Reverse the duplicated items",
|
|
"examples": {
|
|
"simple": {
|
|
"title": "Simple duplication",
|
|
"description": "This example shows how to duplicate a list of words."
|
|
},
|
|
"reverse": {
|
|
"title": "Reverse duplication",
|
|
"description": "This example shows how to duplicate a list in reverse order."
|
|
},
|
|
"interweave": {
|
|
"title": "Interweaving items",
|
|
"description": "This example shows how to interweave items instead of concatenating them."
|
|
},
|
|
"fractional": {
|
|
"title": "Fractional duplication",
|
|
"description": "This example shows how to duplicate a list with a fractional number of copies."
|
|
}
|
|
},
|
|
"title": "Duplicate",
|
|
"description": "World's simplest browser-based utility for duplicating list items. Input your list and specify duplication criteria to create copies of items. Perfect for data expansion, testing, or creating repeated patterns.",
|
|
"shortDescription": "Duplicate list items with specified criteria"
|
|
},
|
|
"reverse": {
|
|
"toolInfo": {
|
|
"title": "What Is a List Reverser?",
|
|
"description": "With this utility, you can reverse the order of items in a list. The utility first splits the input list into individual items and then iterates through them from the last item to the first item, printing each item to the output during the iteration. The input list may contain anything that can be represented as textual data, which includes digits, numbers, strings, words, sentences, etc. The input item separator can also be a regular expression. For example, the regex /[;,]/ will allow you to use items that are either comma- or semicolon-separated. The input and output list items delimiters can be customized in the options. By default, both input and output lists are comma-separated. Listabulous!"
|
|
},
|
|
"splitterMode": "Splitter Mode",
|
|
"itemSeparator": "Item Separator",
|
|
"itemSeparatorDescription": "Set a delimiting symbol or regular expression.",
|
|
"outputListOptions": "Output List Options",
|
|
"outputSeparatorDescription": "Output list item separator.",
|
|
"inputTitle": "Input list",
|
|
"resultTitle": "Reversed list",
|
|
"splitOperators": {
|
|
"symbol": {
|
|
"title": "Use a Symbol for Splitting",
|
|
"description": "Delimit input list items with a character."
|
|
},
|
|
"regex": {
|
|
"title": "Use a Regex for Splitting",
|
|
"description": "Delimit input list items with a regular expression."
|
|
}
|
|
},
|
|
"title": "Reverse",
|
|
"description": "This is a super simple browser-based application prints all list items in reverse. The input items can be separated by any symbol and you can also change the separator of the reversed list items.",
|
|
"shortDescription": "Quickly reverse a list"
|
|
},
|
|
"shuffle": {
|
|
"title": "Shuffle",
|
|
"inputTitle": "Input list",
|
|
"resultTitle": "Shuffled list",
|
|
"inputListSeparator": "Input list separator",
|
|
"delimiterDescription": "Set a delimiting symbol or regular expression.",
|
|
"shuffledListLength": "Shuffled List Length",
|
|
"outputLengthDescription": "Output this many random items",
|
|
"shuffledListSeparator": "Shuffled List Separator",
|
|
"joinSeparatorDescription": "Use this separator in the randomized list.",
|
|
"title": "Shuffle",
|
|
"description": "World's simplest browser-based utility for shuffling list items. Input your list and instantly get a randomized version with items in random order. Perfect for creating variety, testing randomness, or mixing up ordered data.",
|
|
"shortDescription": "Randomize the order of list items"
|
|
},
|
|
"findMostPopular": {
|
|
"title": "Find most popular",
|
|
"description": "World's simplest browser-based utility for finding the most popular items in a list. Input your list and instantly get the items that appear most frequently. Perfect for data analysis, trend identification, or finding common elements.",
|
|
"shortDescription": "Find most frequently occurring items"
|
|
},
|
|
"rotate": {
|
|
"title": "Rotate",
|
|
"description": "World's simplest browser-based utility for rotating list items. Input your list and specify rotation amount to shift items by a specified number of positions. Perfect for data manipulation, circular shifts, or reordering lists.",
|
|
"shortDescription": "Rotate list items by specified positions"
|
|
},
|
|
"truncate": {
|
|
"title": "Truncate",
|
|
"description": "World's simplest browser-based utility for truncating lists. Input your list and specify the maximum number of items to keep. Perfect for data processing, list management, or limiting content length.",
|
|
"shortDescription": "Truncate list to specified number of items"
|
|
},
|
|
"unwrap": {
|
|
"title": "Unwrap",
|
|
"description": "World's simplest browser-based utility for unwrapping list items. Input your wrapped list and specify unwrapping criteria to flatten organized items. Perfect for data processing, text manipulation, or extracting content from structured lists.",
|
|
"shortDescription": "Unwrap list items from structured format"
|
|
}
|
|
}
|