[question] In windows, `lsd --XXX auto` will behave like `never
Open
os/windows
- Dominant language
- Rust
- Stars
- 16.2k
- Forks
- 510
- PR merge metrics
- No merged PRs in 30d
Description
In linux, `lsd --icon auto --color auto` will display color/icons when the output is a tty, and not display color/icons when the output is a file or a pipe.
In windows, `lsd --icon auto --color auto` always behave like `never`. Is it a bug?
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce `lsd --icon auto --color auto` on Windows in a terminal, file output, and a pipe, then compare the results with Linux. Trace the handling of `auto` for icon and color output; done means terminal output is enabled while file and pipe output remains disabled, matching the reported Linux behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100