summaryrefslogtreecommitdiffstats
path: root/src/meta/size.rs
AgeCommit message (Expand)Author
2023-06-22Fixed file size colorizing with `--size=bytes` argument (#856)bells307
2022-08-12refactor: minimize visibility of functionsNarawit Rakket
2022-07-04refactor(test): initialize variable with functional update syntaxNarawit Rakket
2022-07-03refactor(test): remove unnecessary `as_str()` in testsNarawit Rakket
2022-07-03refactor(size): various refactoringNarawit Rakket
2022-07-01refactor: remove unnecessary lifetime annotationNarawit Rakket
2022-01-16theme: :hammer: fallback to default theme if item missedzwPapEr
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-03-27display/tree: :sparkles: show tree edge at first column when no name blockzwPapEr
2020-10-02Fix #408, vol.2LHY-iS-Learning
2020-10-02Fix #408LHY-iS-Learning
2020-08-08add test for short size renderAbin Simon
2020-08-08fix regression causing size short to have spaceAbin Simon
2019-12-06Use the term_grid for the one line layoutPierre Peltier
2019-12-06Fix the size testsPierre Peltier
2019-12-06Split the rendering of size partsPierre Peltier
2019-12-04refactor ~ fix `cargo clippy` complaintsRoy Ivy III
2019-12-04refactor/polish ~ fix `cargo fmt` complaintsRoy Ivy III
2019-07-17changed the constructors in the tests for Size to the 'new' methodPhilipp Mildenberger
2019-07-17added a total-size flag, that calculates the total size of directories recurs...Philipp Mildenberger
2019-07-17refactored 'Size' to only contain bytes. The unit is calculated only when nee...Philipp Mildenberger
2019-06-09fix tests for flags as refAbin Simon
2019-06-09enable only certain blocks using --blocksAbin Simon
2019-05-21* add --sizesort/-S and sort by filesizeHelmut Januschka
2019-05-21Make many structs cloneable.Gavin Panella
2019-03-30change size option 'small' to 'short'Abin Simon
2019-03-29add a new way to style sizeAbin Simon
2019-02-16Fix the module import pathsPeltoche
2018-12-14Fix the lint errorsPeltoche
2018-12-10Add tests for the date, name and filetype modulesPeltoche
2018-12-10add None in Unit enum to handle non file itemsAbin Simon
2018-12-10use option for size values instead of sizeAbin Simon
2018-12-10show - for size when if it is not a fileAbin Simon
2018-12-06Add a complete CDPeltoche
2018-12-05Do not colorize when the stdout is not a ttyPeltoche
2018-12-05Fix the testsPeltoche
2018-12-02Use ANSIString for renderingPeltoche
2018-12-01Add the Size.render methodPeltoche
2018-12-01Implement the From<Metadata> trait for SizePeltoche
2018-11-30Fix the file size valuesPeltoche