aboutsummaryrefslogtreecommitdiffstats
path: root/filters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Strip carriage returns (^M) when filtering emailsDaniel Xu2019-08-202-0/+9
* Escape plus symbol in hldiff filter.EdOverflow2019-07-131-1/+1
* Move contrib -> filtersDrew DeVault2019-06-273-0/+62