lsd
lsd copied to clipboard
The next gen ls command
Use the new feature from Rust 1.62 to make code more concise https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html#default-enum-variants Since we just bump the CICD to Rust 1.62.1, I think it's ok to use the new...
Enhancement of https://github.com/Peltoche/lsd/pull/413 # The problem Currently, if you have media files such as `.mkv`, `.mp4`, and `.webm` they won't appear together but instead be spread out. Same for `.jpg`...
refactor color to be under theme so that we can add icon theme **IMPORTANT** this breaks the theme config by moving the origin one to under `color:` --- #### TODO...
- os: Linux 5.14.21-2-MANJARO SMP PREEMPT Sun Nov 21 22:43:47 UTC 2021 x86_64 GNU/Linux - `lsd --version`: 0.20.1 - `echo $TERM`: xterm-256color - `echo $LS_COLORS`: ## Expected behavior When LC_COLLATE=C...
- os: Windows 11 - `lsd --version`: lsd 0.22.0 - `echo $TERM`: N/A - `echo $LS_COLORS`: N/A Windows NTFS doesnt have POSIX file permissions, so they need to be emulated....
Installed from the latest master branch commit: - on a substituted drive: ``` C:\Users\thorsten\.cargo\bin\lsd.exe cannot access '.': The access control list (ACL) structure is invalid. (os error 1336) ``` -...
How about for icons theme, we explicitly call it `overrides` and keep the `theme` one with existing functionality. I am not sure if that is the best approach though. _For...
Hi, thanks for a great tool! `lsd` is working well for me with Nerd Fonts set up. However, it might be even prettier if it actually used the colorful unicode...
Is there a process for users to add file types that aren't recognised. For instance, I work with wavpack and dsd files and it would be great to have them...
- os: Windows 10 - Terminal: Powershell - Installed with: choco - `lsd --version`: 0.22.0 - `echo $TERM`: - `echo $LS_COLORS`: ## Expected behavior Not taking so long ## Actual...