1. CamelToSnakeCase
- Convert Camel case to Snake case
2. IncrementalCommand
- Date Incremental Command Generation
3. InsertSql
- Convert TSV into insert SQL
4. Justify
- Align text left or center or right
5. LowerCase
- Convert to lowercase
6. MarkdownTable
- Convert TSV to Markdown table.
7. Quotation
- Enclosing the list in quotation marks
8. RegexFilter
- Filter rows that contain regular expressions in the list
9. RemoveDuplication
- Removes duplication of the list
10. RemoveWithRegex
- Remove strings matched regular expression
11. RepeatText
- Repeat text a specified number of times
12. ReplaceInRegex
- Replaces a string within a matching regex
13. Replacer
- Convert Key to Val
14. SelectUpdate
- Convert UPDATE-SET-WHERE SQL to UPDATE-(SELECT-WHERE)-SET SQL
15. SnakeToCamelCase
- Convert Snake case to Camel case
16. SpaceToTab
- Convert spaces to tab
17. SqlTableColumns
- Examine tables and columns used in SQL
18. TabToSpace
- Convert tab to spaces
19. ToSingleSpace
- Convert multiple spaces and newlines to single space
20. TranslationJson
- Translate string to generate localization code snippet
21. TranslationTag
- Create translation by language tag for App Store
22. Trim
- Remove left and right spaces from text
23. Union
- Convert TSV text into union-all-SQL
24. UpperCase
- Convert to uppercase
New features will continue to be implemented.