sort-path-length 0.1.0

Takes a file of paths and sort them by component length
1
2
3
4
5
6
7
8
9
10
# sort-path-length

Binary package to sort paths based on their component's length

## TODO

* Accept input from stdin
* Add option to change sort order
* Check usage on other systems (eg: Windows)
* Improve documentation