summaryrefslogtreecommitdiffstats
path: root/src/display.rs
AgeCommit message (Expand)Author
2019-12-06Fix the spacing rules between the grid and online layoutPierre Peltier
2019-12-06Fix the spacing, following the @meain recomandationsPierre Peltier
2019-12-06Revert the two space separatorPierre Peltier
2019-12-06Fix the tests about the name formatPierre Peltier
2019-12-06Fix the name and icon spacingPierre Peltier
2019-12-06Remove the SizeUnit padding calculationPierre Peltier
2019-12-06Remove the --prefix-indent flagPierre Peltier
2019-12-06Run clippyPierre Peltier
2019-12-06Handle the no-symlink flagPierre Peltier
2019-12-06Use the term_grid package for the output of treePierre Peltier
2019-12-06Merge the display functionsPierre Peltier
2019-12-06Remove some unused stuffPierre Peltier
2019-12-06Use the term_grid for the one line layoutPierre Peltier
2019-12-06Remove the short/long output and use only the blocksPierre Peltier
2019-12-06Fix the size testsPierre Peltier
2019-12-06Remove the not more used PadingRules structPierre Peltier
2019-12-06Avoid the meta vector copyPierre Peltier
2019-12-06Handle the block padding in a generic wayPierre Peltier
2019-12-06Split the rendering of size partsPierre Peltier
2019-12-06Split the size value and the size unitPierre Peltier
2019-12-04refactor/polish ~ fix `cargo fmt` complaintsRoy Ivy III
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