summaryrefslogtreecommitdiffstats
path: root/src/display.rs
AgeCommit message (Expand)Author
2019-09-02Remove TODOAaron Lichtman
2019-09-02Change flag to --prefix-indentAaron Lichtman
2019-09-02Add indent flag.Aaron Lichtman
2019-07-17refactored 'Size' to only contain bytes. The unit is calculated only when nee...Philipp Mildenberger
2019-06-18fix all spacing issuesAbin Simon
2019-06-18should return 0 length when not showing indicatorthammin
2019-06-18fix name padding to include indicator's lengththammin
2019-06-09remove last space from result vecAbin Simon
2019-06-09fix display for --tree with --longAbin Simon
2019-06-09fix padding of name and symlinkAbin Simon
2019-06-09add --no-symlink optionAbin Simon
2019-06-09fix testsAbin Simon
2019-06-09cleanup old codeAbin Simon
2019-06-09fix dispaly with symlinkAbin Simon
2019-06-09do not keep filetype as a seperate optionAbin Simon
2019-06-09have most of it workingAbin Simon
2019-06-09fix name spacingAbin Simon
2019-06-09enable only certain blocks using --blocksAbin Simon
2019-05-29flags: allow to mix --long and --treeThomas Magalhaes
2019-05-24Fix listing of user-given arguments.Gavin Panella
2019-05-21Avoid filtering the metas in the display output code.Gavin Panella
2019-05-17Format code using 'cargo fmt'Atul Bhosale
2019-03-29add a new way to style sizeAbin Simon
2019-03-29change from two spaces to oneAbin Simon
2019-03-12refactor how width is computed for colored stringsAbin Simon
2019-03-11fix spacing issue on colorsAbin Simon
2019-03-11Handle all the color code format for the visible width calculationPeltoche
2019-03-11Added Layout enumSebastian Zivota
2019-02-17Update tests to work with LSCOLORS updateAbin Simon
2019-02-16switch to one line when not outputting to ttyAbin Simon
2019-02-16Fix the module import pathsPeltoche
2019-01-23Improve the tree displayPeltoche
2019-01-22big refactoPeltoche
2019-01-20Added data to `File` and `Dir` variants of `Elem`, `FileType` enumsSebastian Zivota
2019-01-19Renamed `theme` flag to `icon-theme` and `default` option to `fancy`Sebastian Zivota
2019-01-16Do not panic in case of broken pipePeltoche
2018-12-20Fix the get_visible_width with no color setPeltoche
2018-12-20Remove unused importKenta Kubo
2018-12-20cargo fmt src/display.rsKenta Kubo
2018-12-20Add tests for Display::get_visible_widthKenta Kubo
2018-12-20Use unicode-width crate to count width of filenameKenta Kubo
2018-12-14Fix the lint errorsPeltoche
2018-12-13Add option to show relative dateAbin Simon
2018-12-13Use `print` instead of `println` to display outputAbin Simon
2018-12-12Run cargo fmtPeltoche
2018-12-08Create the flags package and move the Options struct into itPeltoche
2018-12-07Change the display orderPeltoche
2018-12-05Use print_one_per_line if no tty is availablePeltoche
2018-12-05Do not colorize when the stdout is not a ttyPeltoche
2018-12-05fixes #11Yann Leretaille