summaryrefslogtreecommitdiffstats
path: root/colors.go
AgeCommit message (Expand)Author
2024-04-20gofumpt lint and misc cleanup (#1682)David Pedersen
2024-04-07Use symlink target for stat styling & icons (#566) (#1644)lorentzforces
2023-10-22Fix detection of character vs block devices (#1469)Joe Lim
2023-05-20Support custom colors for `drawbox` characters (#1251)Joe Lim
2022-10-01support italic escape code in previews (#936)Paul Ouellette
2022-10-01feat: case insensitive extension matching for icons & colors (#908)desbma
2022-02-13add colors/icons file supportGokcehan
2022-02-05added: `*filename` as a color sequence to match against (#747)Lucas Burns
2021-05-30add support for bright fg/bg ansi escape codesGokcehan
2021-01-07add trailing star to match names for colors/iconsGokcehan
2021-01-03fix order of color/icon matchesGokcehan
2020-12-26parse LF_COLORS variable for lf specific colorsGokcehan
2020-12-26parse env variables cumulatively for colors/iconsGokcehan
2020-12-26cleanupGokcehan
2020-12-26match extension before type for colors/iconsGokcehan
2020-12-24only clean full paths for colors/iconsGokcehan
2020-12-24clean path in patterns in colors/iconsGokcehan
2020-12-24match trailing slash as dirs in colors/iconsGokcehan
2020-12-23match path/name/base patterns in colors/iconsGokcehan
2020-12-19Fix colors for BSD style LSCOLORS for tcell/v2Gokcehan
2020-12-04import tcell/v2 from gitlab.com/Provessor/lfpGokcehan
2020-09-01Replace termbox-go with tcell (#439)Provessor
2020-03-20Use doronbehar's fork of termbox (#311)Doron Behar
2019-07-02Use symlink color for directories (#195)Andrew Rabert
2019-02-10remove background colors from defaultsr10Gokcehan
2018-05-06fix confusion of 8-bit color codes and attributesGokcehan
2018-04-15handle resize events properlyGokcehan
2018-04-14handle 256 colors in $LS_COLORSGokcehan