Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort lines (case interleaved) #115

Open
robertefry opened this issue Sep 25, 2022 · 1 comment
Open

Sort lines (case interleaved) #115

robertefry opened this issue Sep 25, 2022 · 1 comment

Comments

@robertefry
Copy link

Can you add sorting which is case-insensitive ascending, but ties are resolved by case.

For example; the following lines

Carrot
blue
alarm
Apple
Banana
Apricot

are sorted into

Apple
Apricot
alarm
Banana
blue
Carrot

Apricot is sorted after Apple, because ..r.... is lexicographical after ..p...
alarm is sorted after Apricot, because a.... is lowercase and A...... is uppercase.

@robertefry
Copy link
Author

If I have the time, I will look into making VSCode extensions, and try to send a merge request :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant