summaryrefslogtreecommitdiffstats
path: root/src/meta/mod.rs
AgeCommit message (Expand)Author
2019-10-23Match ignore-glob(s) against name instead of pathSumit Sahrawat
2019-10-23Fix #275: Implement -I/--ignore-globSumit Sahrawat
2019-07-31fix regression for flag `-a` from #245Abin Simon
2019-07-17added a total-size flag, that calculates the total size of directories recurs...Philipp Mildenberger
2019-05-21Don't call read_dir() twice on the same path.Gavin Panella
2019-05-21Change Meta::from_path_recursive into recurse_into(&self).Gavin Panella
2019-05-21Make many structs cloneable.Gavin Panella
2019-05-21Populate meta_list only with what we want to display.Gavin Panella
2019-05-17Print errors to stderrAtanas Yankov
2019-04-10Compiles on Windows with new windows_utils moduleDaniel
2019-04-01change match to if for display enumH. Emre ARI
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-04-01fix lsd -lh .. crashH. Emre ARI
2019-04-01fix typoH. Emre ARI
2019-04-01fix issue about --all option when displaying . and ..H. Emre ARI
2019-04-01show current and parent directory issue#112H. Emre ARI
2019-02-16Fix the module import pathsPeltoche
2019-01-22big refactoPeltoche
2019-01-22Handle the errors into the corePeltoche
2018-12-14Fix the lint errorsPeltoche
2018-12-12FixesUnknown
2018-12-12Merge conflictsYour Name
2018-12-12Move icon rendering logic to nameYour Name
2018-12-12Code ReviewYour Name
2018-12-10Implement the -F flagPeltoche
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-08Refactore the icon packagePeltoche
2018-12-08Remove some Symlink logic from the Batch structPeltoche
2018-12-05Do not colorize when the stdout is not a ttyPeltoche
2018-12-04Fix the broken symlinks fetchingPeltoche
2018-12-04Add the --recursive optionPeltoche
2018-12-04Handle correctly the special files metadata fetchingPeltoche
2018-12-04Handle the symlinks with relatif pathsPeltoche
2018-12-03Handle broken symlinksPeltoche
2018-12-01Create the Name structPeltoche
2018-12-01Create the Date structPeltoche
2018-12-01Create the Owner structPeltoche
2018-12-01Handle all the file types (block/char/pipe/etc)Peltoche
2018-12-01Run clippyPeltoche
2018-12-01Move the permission login into the permissions packagePeltoche
2018-12-01Implement the From<Metadata> trait for SizePeltoche
2018-11-30Fix the file size valuesPeltoche
2018-11-24Rename LongMeta to MetaPeltoche
2018-11-24Separate the meta into a new packagePeltoche