sort-path-length 0.3.1

Takes a file of paths and sort them by component length
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.clap]
features = ["derive"]
version = "4.1.4"

[package]
authors = ["Reinaldo A. C. Rauch <reinaldorauch@gmail.com>"]
description = "Takes a file of paths and sort them by component length"
edition = "2021"
homepage = "https://reinaldorauch.dev.br/sort-path-length"
license = "GPL-3.0"
name = "sort-path-length"
readme = "README.md"
repository = "https://github.com/reinaldorauch/sort-path-length"
version = "0.3.1"