mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-02-10 17:29:58 +02:00
move how to show invalid utf-8 to FAQ
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
This project is heavily inspired by the super [colorls](https://github.com/athityakumar/colorls)
|
||||
project but with some little differences. For example it is written in rust and not in ruby which makes it much faster.
|
||||
|
||||
`lsd` will try to display the UTF-8 chars in file name, A `U+FFFD REPLACEMENT CHARACTER`(<28>) is used to replace the invalid UTF-8 code.
|
||||
|
||||
## Screenshot
|
||||
|
||||

|
||||
@@ -141,7 +139,7 @@ On non-Windows systems `lsd` follows the
|
||||
[XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
|
||||
convention for the location of the configuration file. The configuration dir
|
||||
`lsd` uses is itself named `lsd`. In that directory it looks first for a file
|
||||
called `config.yaml` and if it can't find one, a file named `config.yml`.
|
||||
called `config.yaml` and if it can't find one, a file named `config.yml`.
|
||||
For most people it should be enough to put their config file at
|
||||
`~/.config/lsd/config.yaml`.
|
||||
|
||||
@@ -309,7 +307,9 @@ For now, the default colors are:
|
||||
|| No Access| Pipe/Symlink/Blockdevice/Socket/Special|||
|
||||
||| CharDevice|||
|
||||
|
||||
### UTF-8 Chars
|
||||
|
||||
`lsd` will try to display the UTF-8 chars in file name, A `U+FFFD REPLACEMENT CHARACTER`(<28>) is used to represent the invalid UTF-8 chars.
|
||||
|
||||
## Contributors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user