lsd-rs / lsd-rs/lsd

`layout` config-option: long

Open
#1,080 3 comments 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
16.2k
Forks
510
PR merge metrics
No merged PRs in 30d

Description

not a bug, but a feature request...

$ #- os: 
$ inxi --system | tail -n1
  Desktop: Cinnamon v: 6.0.4 Distro: NixOS 24.05 (Uakari)

$ lsd --version
lsd 1.1.2

$ echo $TERM
xterm-256color

$ echo $LS_COLORS
...

Expected behavior

Actual behavior

layout only accepts grid, tree, oneline and errors out 3 times at long value.

$ lsd
lsd: Configuration file /home/.../.config/lsd/config.yaml format error, layout: unknown variant `long`, expected one of `grid`, `tree`, `oneline` at line 4 column 9.

lsd: Configuration file /home/.../.config/lsd/config.yaml format error, layout: unknown variant `long`, expected one of `grid`, `tree`, `oneline` at line 4 column 9.

lsd: Configuration file /home/.../.config/lsd/config.yaml format error, layout: unknown variant `long`, expected one of `grid`, `tree`, `oneline` at line 4 column 9.

   <...LISTING-CONTENT...>

https://github.com/lsd-rs/lsd/blob/9b310da60085eace5b03c0eba6a3cfa6cbf378de/README.md?plain=1#L209-L213

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the configuration parsing and layout handling for the accepted grid, tree, and oneline values, then review the README sections linked in the issue. Done means long is accepted as a layout value, produces long-listing behavior equivalent to -l or --long, and the relevant documentation reflects it.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.