1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

ls: implement --hyperlink

This commit is contained in:
Daniel Hofstetter 2023-12-06 15:35:38 +01:00
parent 80b1ccd665
commit 5a32ab8004
6 changed files with 82 additions and 3 deletions

1
Cargo.lock generated
View file

@ -2618,6 +2618,7 @@ dependencies = [
"chrono",
"clap",
"glob",
"hostname",
"lscolors",
"number_prefix",
"once_cell",