seperator not rendering between unicode icon and executable filename
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.2k
- Forks
- 510
- PR merge metrics
- No merged PRs in 30d
Description
- os: MacOS Sonoma 14.0, current as of time of this post
- lsd --version: 1.0.0, installed 10 mins ago via Homebrew
- echo $TERM: xterm-256color
- echo $LS_COLORS: none -- empty return value (see pic, below)

## Expected behavior
Consistent use of `" "` separator between icons and file/directory name, in both short & long output.
## Actual behavior
## Relevant section from `~/.config/lsd/config.yaml`
```yaml
# == Icons ==
icons:
# When to use icons.
# When "classic" is set, this is set to "never".
# Possible values: always, auto, never
when: auto
# Which icon theme to use.
# Possible values: fancy, unicode
#theme: fancy
# TODO: "fancy" appears to not work with my Mac; nerd font installed, so figure out why
theme: unicode
# Separator between icon and the name
# Default to 1 space
separator: " "
```
Note: only change made here is switch from `theme: fancy` to `theme: unicode`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue on macOS with the provided unicode icon configuration and compare short and long output. No source file or test is named, so trace the icon rendering and separator handling first; done means both output modes consistently show the configured space between the icon and filename.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100