lsd-rs / lsd

The next gen ls command
Apache License 2.0
13.31k stars 431 forks source link

Remove options from example config #967

Closed maximiliankolb closed 9 months ago

maximiliankolb commented 9 months ago

Using the example from the README results in the following error:

lsd: Configuration file /home/user/.config/lsd/config.yaml format error, unknown field `literal`, expected one of `classic`, `blocks`, `color`, `date`, `dereference`, `display`, `icons`, `ignore-globs`, `indicators`, `layout`, `recursion`, `size`, `permission`, `sorting`, `no-symlink`, `total-size`, `symlink-arrow`, `hyperlink`, `header` at line 127 column 1.

lsd: Configuration file /home/user/.config/lsd/config.yaml format error, unknown field `truncate-owner`, expected one of `classic`, `blocks`, `color`, `date`, `dereference`, `display`, `icons`, `ignore-globs`, `indicators`, `layout`, `recursion`, `size`, `permission`, `sorting`, `no-symlink`, `total-size`, `symlink-arrow`, `hyperlink`, `header` at line 127 column 1.

Tested on Fedora 39 with lsd 1.0.0 installed using cargo.

muniu-bot[bot] commented 9 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: maximiliankolb

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/lsd-rs/lsd/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
zwpaper commented 9 months ago

CleanShot 2023-12-19 at 19 15 17@2x

master branch is for dev, please check 1.0 docs in tags