summaryrefslogtreecommitdiffstats
path: root/src/color.rs
AgeCommit message (Expand)Author
2020-01-11args: :sparkles: add inode(i) args for showing inode,namezwPapEr
2020-01-11inode: :art: use option for inode, and two color for valid or notzwPapEr
2019-09-03let lscolors apply default colors if LS_COLORS not definedAbin Simon
2019-03-29stick to user colors for permissionsAbin Simon
2019-03-11Added Layout enumSebastian Zivota
2019-02-17Update tests to work with LSCOLORS updateAbin Simon
2019-02-17color files with lscolorsAbin Simon
2019-01-20Added data to `File` and `Dir` variants of `Elem`, `FileType` enumsSebastian Zivota
2019-01-20Added `SetuidDir` and `SetuidFile` variants to `Elem` and `FileType`Sebastian Zivota
2018-12-14Fix the lint errorsPeltoche
2018-12-12Add a custom color for all the special fils (char / pipe / block)Peltoche
2018-12-12Merge conflictsYour Name
2018-12-12Code ReviewYour Name
2018-12-12Color executable files greenYour Name
2018-12-10Implement the -F flagPeltoche
2018-12-10use option for size values instead of sizeAbin Simon
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-03Handle broken symlinksPeltoche
2018-12-01Handle all the file types (block/char/pipe/etc)Peltoche
2018-12-01Add the setuid/setgid/sticky bit supportPeltoche
2018-11-26Update the colors to use FixedPeltoche
2018-11-25Add the node type at before the permissionsPeltoche
2018-11-24Move the colors into a separate packagePeltoche