mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-21 15:09:32 +02:00
chore: update meta
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
import { defineTool } from '@tools/defineTool';
|
import { defineTool } from '@tools/defineTool';
|
||||||
import { lazy } from 'react';
|
import { lazy } from 'react';
|
||||||
// import image from '@assets/text.png';
|
|
||||||
|
|
||||||
export const tool = defineTool('list', {
|
export const tool = defineTool('list', {
|
||||||
name: 'Find unique',
|
name: 'Find unique',
|
||||||
path: 'find-unique',
|
path: 'find-unique',
|
||||||
icon: 'mynaui:one',
|
icon: 'mynaui:one',
|
||||||
description: '',
|
description: "World's simplest browser-based utility for finding unique items in a list. Just input your list with any separator, and it will automatically identify and extract unique items. Perfect for removing duplicates, finding distinct values, or analyzing data uniqueness. You can customize the input/output separators and choose whether to preserve the original order.",
|
||||||
shortDescription: '',
|
shortDescription: 'Find unique items in a list',
|
||||||
keywords: ['find', 'unique'],
|
keywords: ['find', 'unique'],
|
||||||
component: lazy(() => import('./index'))
|
component: lazy(() => import('./index'))
|
||||||
});
|
});
|
||||||
|
@@ -1,13 +1,12 @@
|
|||||||
import { defineTool } from '@tools/defineTool';
|
import { defineTool } from '@tools/defineTool';
|
||||||
import { lazy } from 'react';
|
import { lazy } from 'react';
|
||||||
// import image from '@assets/text.png';
|
|
||||||
|
|
||||||
export const tool = defineTool('list', {
|
export const tool = defineTool('list', {
|
||||||
name: 'Group',
|
name: 'Group',
|
||||||
path: 'group',
|
path: 'group',
|
||||||
icon: 'pajamas:group',
|
icon: 'pajamas:group',
|
||||||
description: '',
|
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: '',
|
shortDescription: 'Group list items by common properties',
|
||||||
keywords: ['group'],
|
keywords: ['group'],
|
||||||
component: lazy(() => import('./index'))
|
component: lazy(() => import('./index'))
|
||||||
});
|
});
|
||||||
|
@@ -1,13 +1,12 @@
|
|||||||
import { defineTool } from '@tools/defineTool';
|
import { defineTool } from '@tools/defineTool';
|
||||||
import { lazy } from 'react';
|
import { lazy } from 'react';
|
||||||
// import image from '@assets/text.png';
|
|
||||||
|
|
||||||
export const tool = defineTool('list', {
|
export const tool = defineTool('list', {
|
||||||
name: 'Truncate',
|
name: 'Truncate',
|
||||||
path: 'truncate',
|
path: 'truncate',
|
||||||
icon: '',
|
icon: '',
|
||||||
description: '',
|
description: "World's simplest browser-based utility for truncating lists. Quickly limit the number of items in your list by specifying a maximum length. Perfect for sampling data, creating previews, or managing large lists. Supports custom separators and various truncation options.",
|
||||||
shortDescription: '',
|
shortDescription: 'Limit the number of items in a list',
|
||||||
keywords: ['truncate'],
|
keywords: ['truncate'],
|
||||||
component: lazy(() => import('./index'))
|
component: lazy(() => import('./index'))
|
||||||
});
|
});
|
||||||
|
@@ -1,13 +1,12 @@
|
|||||||
import { defineTool } from '@tools/defineTool';
|
import { defineTool } from '@tools/defineTool';
|
||||||
import { lazy } from 'react';
|
import { lazy } from 'react';
|
||||||
// import image from '@assets/text.png';
|
|
||||||
|
|
||||||
export const tool = defineTool('string', {
|
export const tool = defineTool('string', {
|
||||||
name: 'Reverse',
|
name: 'Reverse',
|
||||||
path: 'reverse',
|
path: 'reverse',
|
||||||
icon: '',
|
icon: '',
|
||||||
description: '',
|
description: "World's simplest browser-based utility for reversing text. Input any text and get it instantly reversed, character by character. Perfect for creating mirror text, analyzing palindromes, or playing with text patterns. Preserves spaces and special characters while reversing.",
|
||||||
shortDescription: '',
|
shortDescription: 'Reverse any text character by character',
|
||||||
keywords: ['reverse'],
|
keywords: ['reverse'],
|
||||||
component: lazy(() => import('./index'))
|
component: lazy(() => import('./index'))
|
||||||
});
|
});
|
||||||
|
@@ -1,13 +1,12 @@
|
|||||||
import { defineTool } from '@tools/defineTool';
|
import { defineTool } from '@tools/defineTool';
|
||||||
import { lazy } from 'react';
|
import { lazy } from 'react';
|
||||||
// import image from '@assets/text.png';
|
|
||||||
|
|
||||||
export const tool = defineTool('string', {
|
export const tool = defineTool('string', {
|
||||||
name: 'Uppercase',
|
name: 'Uppercase',
|
||||||
path: 'uppercase',
|
path: 'uppercase',
|
||||||
icon: '',
|
icon: '',
|
||||||
description: '',
|
description: "World's simplest browser-based utility for converting text to uppercase. Just input your text and it will be automatically converted to all capital letters. Perfect for creating headlines, emphasizing text, or standardizing text format. Supports various text formats and preserves special characters.",
|
||||||
shortDescription: '',
|
shortDescription: 'Convert text to uppercase letters',
|
||||||
keywords: ['uppercase'],
|
keywords: ['uppercase'],
|
||||||
component: lazy(() => import('./index'))
|
component: lazy(() => import('./index'))
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user