summaryrefslogtreecommitdiffstats
path: root/src/flags.rs
AgeCommit message (Expand)Author
2020-01-11revert the match to if else for blockszwPapEr
2020-01-11args/inode: :hammer: inode work with longzwPapEr
2020-01-11args: :sparkles: add inode(i) args for showing inode,namezwPapEr
2020-01-11impl showing inode by setting blockszwPapEr
2019-12-16change string literal into char literaldvvvvvv
2019-12-16add date formatting featuredvvvvvv
2019-12-06Fix the tests and avoid a regressionPierre Peltier
2019-12-06Fix the display tree with the -l flagPierre 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 for the one line layoutPierre Peltier
2019-12-06Remove the short/long output and use only the blocksPierre Peltier
2019-12-06Handle the block padding in a generic wayPierre Peltier
2019-12-06Split the rendering of size partsPierre Peltier
2019-12-05Depth args parsing compatible with Rust 1.31abazylewicz
2019-12-05Allow usage of multiple 'depth' argumentsabazylewicz
2019-12-04refactor ~ fix `cargo clippy` complaintsRoy Ivy III
2019-12-04refactor/polish ~ fix `cargo fmt` complaintsRoy Ivy III
2019-10-23Resolve PR commentsSumit Sahrawat
2019-10-23Fix #275: Implement -I/--ignore-globSumit Sahrawat
2019-09-02Change flag to --prefix-indentAaron Lichtman
2019-09-02Add indent flag.Aaron Lichtman
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-09add --no-symlink optionAbin Simon
2019-06-09invert name and namewithsymlinkAbin Simon
2019-06-09do not keep filetype as a seperate optionAbin Simon
2019-06-09have most of it workingAbin Simon
2019-06-09enable only certain blocks using --blocksAbin Simon
2019-05-29flags: allow to mix --long and --treeThomas Magalhaes
2019-05-21* add --sizesort/-S and sort by filesizeHelmut Januschka
2019-05-21Use another Display value, as suggested by @meain.Gavin Panella
2019-05-21Accept -d/--directory-only option.Gavin Panella
2019-04-01add Display enumH. Emre ARI
2019-04-01add almost-all flagH. Emre ARI
2019-04-01remove if-else check from mod and almost-all flag from flagsH. Emre ARI
2019-03-30change size option 'small' to 'short'Abin Simon
2019-03-29add a new way to style sizeAbin Simon
2019-03-15Add "manual" clap alias for -AMatthias Beyer
2019-03-11Added Layout enumSebastian Zivota
2019-02-03Refactored classic modeSebastian Zivota
2019-02-03Added --classic flagSebastian Zivota
2019-01-22Fix a panic with multiple icon optionsPeltoche
2019-01-19Renamed `theme` flag to `icon-theme` and `default` option to `fancy`Sebastian Zivota
2019-01-19Added `--theme` option to select icon themeSebastian Zivota
2019-01-12Add the directory-order flagPeltoche
2018-12-27Update --depth help messagesPierre Peltier
2018-12-27Add a depth parameter for the -R and --tree optionsMax Taldykin