uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.83k stars 1.28k forks source link

ls: strange `--classify` output #6897

Open sanpii opened 1 day ago

sanpii commented 1 day ago

Actual: Image

Expected: Image

$ uu-ls -F tests/fixtures/
base32/ cat/    cksum/  cp/     cut/    dircolors/      env/    fmt/    hashsum/        install/        mv/     nohup/  od/     pr/     shuf/   split/  tac/    test/ unexpand/        uptime/ util/
base64/ chgrp/  comm/   csplit/ dd/     du/             expand/ fold/   head/           join/           nl/     numfmt/ paste/  ptx/    sort/   sum/    tail/   tsort/uniq/            users/  wc/
$ \ls -F tests/fixtures/
base32/  chgrp/  cp/      dd/         env/     fold/     install/  nl/      od/     ptx/   split/  tail/   unexpand/  users/
base64/  cksum/  csplit/  dircolors/  expand/  hashsum/  join/     nohup/   paste/  shuf/  sum/    test/   uniq/      util/
cat/     comm/   cut/     du/         fmt/     head/     mv/       numfmt/  pr/     sort/  tac/    tsort/  uptime/    wc/
$ uu-ls -V
uu-ls 0.0.28
$ $TERM -V
wezterm 20240203-110809-5046fc22
sylvestre commented 1 day ago

please replace screenshots by code. They are terrible for accessibility (ex: i might have visual impairment) and search. thanks

sanpii commented 1 day ago

@sylvestre The text version is not exactly the same

sylvestre commented 1 day ago

thanks. I updated comment 0