lsd/src
Kian-Meng Ang d05b2acd20 Fix typos and markdowns
Found via these commands:

    codespell -L crate,complies
    markdownlint README.md docs/lsd.md --disable MD034 MD013 MD033 MD025
2022-08-12 01:29:06 +08:00
..
color refactor: replace if let with map_err 2022-07-09 17:27:32 +05:30
flags refactor: simplify panic message in unreachable! 2022-08-07 19:53:37 +05:30
meta Fix typos and markdowns 2022-08-12 01:29:06 +08:00
app.rs refactor: remove unnecessary reference 2022-07-09 17:27:32 +05:30
color.rs refactor: merge match branches with the same output 2022-07-09 17:27:32 +05:30
config_file.rs refactor: run clippy --fix 2022-08-02 09:31:24 +05:30
core.rs do not calculate total directory size unless it will be displayed 2022-05-09 11:19:37 +08:00
display.rs refactor(test): remove unnecessary reference 2022-07-10 16:05:39 +05:30
flags.rs refactor: implement Configurable for blocks 2022-08-07 19:53:08 +05:30
icon.rs Fix icons against comments in icon.rs 2022-07-22 15:39:18 +05:30
main.rs refactor: change input type from String to AsRef<Path> 2022-07-13 18:57:18 +05:30
sort.rs Fix typos and markdowns 2022-08-12 01:29:06 +08:00