lsd-rs / lsd

The next gen ls command
Apache License 2.0
12.81k stars 414 forks source link

missing option to force multi-column output #976

Open Spo0on opened 6 months ago

Spo0on commented 6 months ago

Expected behavior

In classic ls there is an option (-C) to force multi-column output.

Actual behavior

In lsd multi-column output is the default when output is to a terminal, but when lsd is used in external program (like fzf) shows results in a single vertical column.

Would be nice to have an option like the classic ls one.

zwpaper commented 6 months ago

/kind feature