Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.08 KB

scopedsort

banner: scopedsort

A feature rich text sorter that takes indentation into account.

scopedsort is a feature rich text sorter that takes indentation into account. It contains an extensive amount of options and features. It's main distinct feature is the implementation of sort-comments, which allows you to define sections to repeatedly sort:

/* { sort-start --reverse --numerical-sort } */
John has 50 cats.
Max has 20 dogs.
Susan has 10 bats.
/* { sort-end } */

I recommend reading the website's introduction.

This repo contains all its mediums:

the npm package, the vscode extension, the website and the cli tool.

Questions & Contribution

This program might have some learning curve, so if you need any help, submit a GitHub issue, and I'll be glad to help. If you find any bugs or want to contribute you should also create a GitHub issue.