summaryrefslogtreecommitdiffstats
path: root/src/core.rs
AgeCommit message (Expand)Author
2019-05-21Change Meta::from_path_recursive into recurse_into(&self).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-01add Display enumH. Emre ARI
2019-04-01add almost-all flagH. Emre ARI
2019-04-01fix crash when given file doesn't existH. Emre ARI
2019-04-01remove if-else check from mod and almost-all flag from flagsH. Emre ARI
2019-04-01fix issue about --all option when displaying . and ..H. Emre ARI
2019-03-11Added Layout enumSebastian Zivota
2019-02-16Fix the module import pathsPeltoche
2019-02-03Refactored classic modeSebastian Zivota
2019-02-03Added --classic flagSebastian Zivota
2019-01-22big refactoPeltoche
2019-01-22Handle the errors into the corePeltoche
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-19Added `--theme` option to select icon themeSebastian Zivota
2019-01-16Do not panic in case of broken pipePeltoche
2019-01-12Fix the --icon=never in case of no ttyPeltoche
2018-12-27Add a depth parameter for the -R and --tree optionsMax Taldykin
2018-12-16Review improvements + unittest of sorting.boxdot
2018-12-16Add options to sort by time and to reverse sorting order.boxdot
2018-12-14Fix the lint errorsPeltoche
2018-12-13Add the --icon flagPeltoche
2018-12-12Run cargo fmtPeltoche
2018-12-12Move icon rendering logic to nameYour Name
2018-12-10Implement the -F flagPeltoche
2018-12-08Refactore the icon packagePeltoche
2018-12-08Add the --color flag supportPeltoche
2018-12-08Create the flags package and move the Options struct into itPeltoche
2018-12-05Use print_one_per_line if no tty is availablePeltoche
2018-12-05Add the theme support to the Colors structPeltoche
2018-12-05Do not colorize when the stdout is not a ttyPeltoche
2018-12-04Handle the --tree optionPeltoche
2018-12-04Add the --recursive optionPeltoche
2018-12-04Handle correctly the special files metadata fetchingPeltoche
2018-12-02Add the Display structPeltoche
2018-12-02Create the Batch structPeltoche
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-01Add the file_type into the Permission structPeltoche
2018-12-01Add the Size.render methodPeltoche
2018-11-30Fix the file size valuesPeltoche
2018-11-25Manage symlink into the file orderingPeltoche
2018-11-25Remove the spaces at the beginning of the long formatPeltoche
2018-11-25Improve ls indentation with term_gridPeltoche
2018-11-24Add ls without the -l flagPeltoche
2018-11-24Rename LongMeta to MetaPeltoche