ScopedSort

A powerful sorting tool for everyone

Sort content within scopes and sections of your text with precision and flexibility. Perfect for organizing imports, lists, and structured data.

Before sorting
Sam    18  Male       140
Jack   23  Non-Binary 120
Niel   16  Female     135
Max    17  Male       135
Jane   22  Female     100
max    17  male       135
Jones  17  male       135
Lydia  N/A N/A        120
Mike   N/A male       N/A
After sorting (by gender)
Niel   16  Female     135
Jane   22  Female     100
Jack   23  Non-Binary 120
Sam    18  Male       140
Max    17  Male       135
max    17  male       135
Jones  17  male       135
Mike   N/A male       N/A
Lydia  N/A N/A        120

Key Features

A powerful solution for organizing and sorting your code with precision

🔍

Scoped Sorting

Sort content only within specific scopes or sections of your text, maintaining the structure of your code.

🔄

Multiple Algorithms

Choose from various sorting algorithms: natural, case-insensitive, numerical, and more to meet your specific needs.

⚙️

Regex Support

Use regular expressions to define sections and control what gets sorted with powerful pattern matching.

🌐

Cross-Platform

Available as a library, CLI tool, and VS Code extension to fit seamlessly into your workflow.

Get Started in Seconds

Install ScopedSort to start organizing your code more efficiently

# Install via npm
npm install string-content-sort
# Or use the CLI
npm install -g string-content-sort-cli

Ready to try it out online?