Warpgate uses alphabetical sort in its UI. This sorts weirdly when using numbers in your target names. An example from our usecase:

This can be solved by using human sort which splits strings into numbers and text, and sorts the numbers using number sort rather than alphabetical sort. natord is likely the best / most efficient crate for this task.
I'm willing to contribute this change, I plan to make a PR myself sometime in the coming weeks.
Warpgate uses alphabetical sort in its UI. This sorts weirdly when using numbers in your target names. An example from our usecase:
This can be solved by using human sort which splits strings into numbers and text, and sorts the numbers using number sort rather than alphabetical sort.
natordis likely the best / most efficient crate for this task.I'm willing to contribute this change, I plan to make a PR myself sometime in the coming weeks.