summaryrefslogtreecommitdiffstats
path: root/src/display/mod.rs
AgeCommit message (Expand)Author
2022-07-04conf files can import other conf filesCanop
2022-05-18Format counts of files with thousands separatorCanop
2021-08-29move some fit/crop utilities from broot's code to termimadCanop
2021-06-02make the number of threads used for file summing configurableCanop
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-04-28version 1.3.0v1.3.0Canop
2020-12-11use serde's derive to deserialize confCanop
2020-11-26high definition preview images on kittyCanop
2020-11-25[WIP] high-definition image preview when using kittyCanop
2020-11-16refactor: crop moved to termimadCanop
2020-10-21filesystems view now filterableCanop
2020-10-07change the syntax of `cols_order` in confCanop
2020-09-28fix compilation for androidCanop
2020-08-22externalize file size formatting into another crateCanop
2020-08-02show an image if preview if possible (WIP)Canop
2020-07-14chars in binary previewCanop
2020-07-12preview panel [still more like a POC than a full feature]Canop
2020-07-04improve rendering file size as string with ISO unitsCanop
2020-06-29version 0.18.2 - remove all flickering causesv0.18.2Canop
2020-06-28new `cols_order` attribute in configurationv0.18.1Canop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-05-21status line covers the whole terminal widthCanop
2020-05-18filter out \n from file names on displayCanop
2020-05-17display tree options "flags"Canop
2020-05-01command/verb/apply refactoringCanop
2020-04-17panels resized when one is closedCanop
2020-04-16crop tree drawing so that it doesn't go out of dedicated areaCanop
2020-04-15refactor: "display" ntmoduleCanop