mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-16 06:52:32 +00:00
20 lines
470 B
Markdown
20 lines
470 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
- os:
|
|
- `lsd --version`:
|
|
- `echo $TERM`:
|
|
- `echo $LS_COLORS`:
|
|
|
|
## Expected behavior
|
|
If applicable, add the output of the classic ls command (`\ls -la`) in order to show the buggy file/directory.
|
|
|
|
## Actual behavior
|
|
If the application panics run the command with the trace (`RUST_BACKTRACE=1 lsd ...`).
|
|
In case of graphical errors, add a screenshot if possible.
|