summaryrefslogtreecommitdiffstats
path: root/src/display.rs
AgeCommit message (Expand)Author
2024-04-29:hammer: :tada: use cache for user and group in unix, gain 60% improveWei Zhang
2024-03-26:arrow_down: rollback the term grid to 0.1Wei Zhang
2024-02-16ImplementationDom Slee
2024-02-16update various dependenciesFabio Valentini
2023-09-20:mag: :hammer: fix test for adding disable permissionWei Zhang
2023-09-19Add support for --literal flag and literal entry in config (#900)Panagiotis Ganelis
2023-09-17Add configuration and CLI options: truncate ownerBertrand Bonnefoy-Claudet
2023-05-01Git integration (#822)Pascal H
2023-03-17Switch arg parsing to clap v4 with deriveMarcin Puc
2023-01-12Avoid using clap deprecated features (#787)Mikihiro SUDA
2022-11-27Fix Bug: Handle -L with broken symlink #457 (#754)r3dArch
2022-10-10:mag: :hammer: fix tests to fit icon themezwPapEr
2022-10-06fix: do not quote filename when piping to another programNarawit Rakket
2022-09-22add/fix testsmerelymyself
2022-09-22fmtmerelymyself
2022-09-22add quotes and escapes for necessary filenamesmerelymyself
2022-09-12return POSIX-compatible exit statusDoug Elkin
2022-07-10refactor(test): remove unnecessary referenceNarawit Rakket
2022-07-04refactor(test): replace `assert_eq` comparing `bool` with `assert`Narawit Rakket
2022-07-04refactor(test): run `cargo clippy --fix`Narawit Rakket
2022-07-01refactor: remove unnecessary lifetime annotationNarawit Rakket
2022-07-01refactor(display): various minor refactoringNarawit Rakket
2022-06-30refactor(color): improve readability and flexibilityNarawit Rakket
2022-06-15refactor: remove unnecessary use of vec! macroNarawit Rakket
2022-06-13refactor(blocks): get_header return &str instead of StringNarawit Rakket
2022-06-13refactor(display): remove unnecessary String cloneNarawit Rakket
2022-05-26Add unit testsMichaelAug
2022-05-26Underline header instead of adding "-" characters on new lineMichaelAug
2022-05-26Center block headers, add underlineMichaelAug
2022-05-26Print block header if header flag and OneLine layout is setMichaelAug
2022-04-14Fix hyperlink displayAbin Simon
2022-04-14Add --hyperlink flagkhai96_
2022-03-31fix context positioningMartin Matous
2022-03-31fix feedbackMartin Matous
2022-03-31display security label/contextMartin Matous
2022-03-31add access control indicatorsMartin Matous
2022-03-21Add `--permission octal` to show permissions in octalAbin Simon
2021-09-26theme: :hammer: not deserialize no color and no lscolors from configzwPapEr
2021-09-26:mag: :hammer: update tests to fit crossterm colorzwPapEr
2021-09-26:sparkles: done use crossterm to impl theme, functionally workszwPapEr
2021-09-26theme/test: :mag: :hammer: update tests to fit theme updatezwPapEr
2021-08-20Fix Clippy lintsauronandace
2021-03-27display/tree: :hammer: add space for better tree displayzwPapEr
2021-03-27test: :mag: :hammer: fix tree test without sortzwPapEr
2021-03-27display: :art: delete tree color and apply reviewzwPapEr
2021-03-27display/tree: :sparkles: show tree edge at first column when no name blockzwPapEr
2021-03-27display/tree: :hammer: detect all subdir size width when treezwPapEr
2021-03-27display/tree: :hammer: fix misaligned when tree, add color to tree edgezwPapEr
2021-03-27display/tree: :mag: :sparkles: add test and changelog for show edge before namezwPapEr
2021-03-27display/tree: :art: show tree edge before name blockzwPapEr