ex-cli 1.5.0

Command line tool to find, filter, sort and list files.
Documentation
[package]
name = "ex-cli"
version = "1.5.0"
description = "Command line tool to find, filter, sort and list files."
authors = ["Huw Walters <huw.walters@gmail.com>"]
license = "GPL-3.0-or-later"
edition = "2021"

[[bin]]
name = "ex"
path = "src/main.rs"

[dependencies]
atty = "0.2.14"
chrono = "0.4.37"
clap = { version = "4.5.4", features = ["cargo"] }
clap_builder = { version = "4.5.2", features = ["string"] }
clap_complete = "4.5.2"
glob = "0.3.1"
indexmap = "2.2.6"
multimap = "0.10.0"
natord = "1.0.9"
once_cell = "1.19.0"
path-clean = "1.0.1"
pretty_assertions = "1.4.0"
regex = "1.10.4"
sysinfo = "0.30.10"
termcolor = "1.4.1"
thiserror = "1.0.58"
walkdir = "2.5.0"