aboutsummaryrefslogtreecommitdiffstats
path: root/filters
Commit message (Expand)AuthorAgeFilesLines
* wrap: include xlocale.h header on macOSGregory Anders2024-05-291-0/+4
* wrap: use nl_langinfo to get locale codesetMatěj Cepl2024-05-281-2/+6
* contrib: improve readability of meeting requestsBence Ferdinandy2024-04-131-10/+23
* colorize: preserve defaults unless overriddenRobin Jarry2024-02-142-3/+2
* colorize: adapt default style for light backgroundsRobin Jarry2024-02-141-13/+13
* colorize: add small description in helpRobin Jarry2024-01-061-0/+2
* lint,validate: fix for openbsdRobin Jarry2023-12-142-7/+8
* colorize: only colorize real usenet signaturesRobin Jarry2023-12-041-3/+2
* colorize: better detect diffsRobin Jarry2023-12-045-18/+217
* colorize: accept wildcards in stylesJason Cox2023-10-132-36/+36
* colorize: support trailing comments after valuesRobin Jarry2023-09-194-16/+16
* colorize: handle spaces in stylesetRobin Jarry2023-09-044-77/+105
* colorize: only emit osc8 if [general].enable-osc8=trueRobin Jarry2023-08-242-5/+18
* colorize: style chunk function nameJason Cox2023-05-162-2/+7
* filters: fix option parsing on arm cpusRobin Jarry2023-05-112-36/+39
* colorize: support email domains that start/end with digitsRobin Jarry2023-04-221-1/+1
* colorize: don't print an id in osc8 terminatorTim Culverhouse2023-04-153-9/+13
* wrap: do not strip signature delimiter trailing spaceRobin Jarry2023-04-103-5/+13
* colorize: make url parsing more robustRobin Jarry2023-04-023-25/+84
* colorize: emit OSC 8 for URLs and emailsKirill Chibisov2023-03-263-7/+27
* colorize: use bool for boolean variablesRobin Jarry2023-03-261-27/+28
* colorize: stop parsing theme when other section startsRobin Jarry2023-03-021-1/+6
* colorize: restore previous default themeRobin Jarry2023-02-023-81/+81
* wrap: be more robust with localeRobin Jarry2023-01-281-7/+36
* filters: make colorize URL regex more strictAndrea Pappacoda2023-01-281-4/+4
* filters: rewrite colorize in cRobin Jarry2023-01-266-177/+909
* filters: rewrite wrap in cRobin Jarry2023-01-2616-479/+1432
* colorize: add 'terminal' theme which respects termcolorsTim Culverhouse2022-12-211-0/+16
* wrap: handle letters as list itemsRobin Jarry2022-12-141-1/+1
* filters: add wrap utility written in goRobin Jarry2022-12-052-0/+479
* colorize: add solarized themeJens Grassel2022-11-301-15/+42
* colorize: make it compatible with BSD awkRobin Jarry2022-10-231-6/+6
* filters/colorize: various fixesRobin Jarry2022-10-201-27/+19
* filters: fix calendar filter parsingKoni Marti2022-08-221-5/+16
* filters: make it explicit that encoding is UTF-8q3cpma2022-08-032-0/+2
* filters: posix compliant rewrite of calendar filterKoni Marti2022-07-241-178/+109
* filters: try and make awk scripts posix compliantRobin Jarry2022-07-182-16/+16
* filters/colorize: use /usr/bin/awk shebangRobin Jarry2022-07-111-1/+1
* filters: Add missing shebangsTom Schwindl2022-07-112-2/+4
* filters: awk filter to parse text/calendarKoni Marti2022-05-311-0/+328
* Add html "unsafe" filter to work also without danteJens Grassel2022-04-171-0/+16
* show-ics-details.py: fix error with python < 3.9Jens Grassel2022-03-241-16/+16
* Add filter script for ics files.Jens Grassel2022-03-231-0/+89
* colorize: handle mailto prefixes in urlsRobin Jarry2022-03-181-1/+1
* filters: fix colorize urls in signaturesRobin Jarry2022-03-031-1/+1
* filters: port colorize to awkRobin Jarry2022-02-211-168/+139
* filters: restore plaintext awk scriptRobin Jarry2022-02-201-0/+16
* filters: rename plaintext to colorizeRobin Jarry2022-02-201-0/+0
* filters: add a more complete plaintext filterRobin Jarry2022-02-191-0/+171
* config: set a default filter for text/plainRobin Jarry2022-02-191-16/+0