aboutsummaryrefslogtreecommitdiff
path: root/filters
AgeCommit message (Expand)Author
2024-04-13contrib: improve readability of meeting requestsBence Ferdinandy
2024-02-14colorize: preserve defaults unless overriddenRobin Jarry
2024-02-14colorize: adapt default style for light backgroundsRobin Jarry
2024-01-06colorize: add small description in helpRobin Jarry
2023-12-14lint,validate: fix for openbsdRobin Jarry
2023-12-04colorize: only colorize real usenet signaturesRobin Jarry
2023-12-04colorize: better detect diffsRobin Jarry
2023-10-13colorize: accept wildcards in stylesJason Cox
2023-09-19colorize: support trailing comments after valuesRobin Jarry
2023-09-04colorize: handle spaces in stylesetRobin Jarry
2023-08-24colorize: only emit osc8 if [general].enable-osc8=trueRobin Jarry
2023-05-16colorize: style chunk function nameJason Cox
2023-05-11filters: fix option parsing on arm cpusRobin Jarry
2023-04-22colorize: support email domains that start/end with digitsRobin Jarry
2023-04-15colorize: don't print an id in osc8 terminatorTim Culverhouse
2023-04-10wrap: do not strip signature delimiter trailing spaceRobin Jarry
2023-04-02colorize: make url parsing more robustRobin Jarry
2023-03-26colorize: emit OSC 8 for URLs and emailsKirill Chibisov
2023-03-26colorize: use bool for boolean variablesRobin Jarry
2023-03-02colorize: stop parsing theme when other section startsRobin Jarry
2023-02-02colorize: restore previous default themeRobin Jarry
2023-01-28wrap: be more robust with localeRobin Jarry
2023-01-28filters: make colorize URL regex more strictAndrea Pappacoda
2023-01-26filters: rewrite colorize in cRobin Jarry
2023-01-26filters: rewrite wrap in cRobin Jarry
2022-12-21colorize: add 'terminal' theme which respects termcolorsTim Culverhouse
2022-12-14wrap: handle letters as list itemsRobin Jarry
2022-12-05filters: add wrap utility written in goRobin Jarry
2022-11-30colorize: add solarized themeJens Grassel
2022-10-23colorize: make it compatible with BSD awkRobin Jarry
2022-10-20filters/colorize: various fixesRobin Jarry
2022-08-22filters: fix calendar filter parsingKoni Marti
2022-08-03filters: make it explicit that encoding is UTF-8q3cpma
2022-07-24filters: posix compliant rewrite of calendar filterKoni Marti
2022-07-18filters: try and make awk scripts posix compliantRobin Jarry
2022-07-11filters/colorize: use /usr/bin/awk shebangRobin Jarry
2022-07-11filters: Add missing shebangsTom Schwindl
2022-05-31filters: awk filter to parse text/calendarKoni Marti
2022-04-17Add html "unsafe" filter to work also without danteJens Grassel
2022-03-24show-ics-details.py: fix error with python < 3.9Jens Grassel
2022-03-23Add filter script for ics files.Jens Grassel
2022-03-18colorize: handle mailto prefixes in urlsRobin Jarry
2022-03-03filters: fix colorize urls in signaturesRobin Jarry
2022-02-21filters: port colorize to awkRobin Jarry
2022-02-20filters: restore plaintext awk scriptRobin Jarry
2022-02-20filters: rename plaintext to colorizeRobin Jarry
2022-02-19filters: add a more complete plaintext filterRobin Jarry
2022-02-19config: set a default filter for text/plainRobin Jarry
2019-08-20Strip carriage returns (^M) when filtering emailsDaniel Xu
2019-07-13Escape plus symbol in hldiff filter.EdOverflow