summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2022-06-27contrib: update script to release new versionRobin Jarry
Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-03-07contrib: fix desktop fileMoritz Poldrack
A Gentoo user found that the .desktop file was failing validation. Bug: https://bugs.gentoo.org/834145 Link: https://834145.bugs.gentoo.org/attachment.cgi?id=765905 Fixes: 5abc3cab96b7 ("contrib: add xdg desktop entry") Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
2022-02-19contrib: add xdg desktop entryMoritz Poldrack
Add an XDG desktop file to handle mailto: links, to make it easier to reply to mailing list threads and compose emails with aerc in general. Signed-off-by: Moritz Poldrack <git@moritz.sh> Signed-off-by: Robin Jarry <robin@jarry.cc>
2020-05-19Add contrib/_incr_versionDrew DeVault
2019-06-27Move contrib -> filtersDrew DeVault
2019-06-13Make awk filters more portableDrew DeVault
2019-06-07Fix hldiff regex for short statsDrew DeVault
2019-06-07Use #!/usr/bin/env -S awk -f for awk scriptsDrew DeVault
2019-06-07plaintext filter: Match against start of lineDrew DeVault
2019-06-07Rewrite Python filters in awkDrew DeVault
2019-06-07Move ANSI stripping from filters to GoDrew DeVault
2019-06-07Ignore encoding errors in filtersDrew DeVault
Fixes #161
2019-06-02hldiff.py: don't highlight -/+ in filenamesDrew DeVault
2019-03-31Add script for sandboxing w3mDrew DeVault
2019-03-31Improve plaintext.pyDrew DeVault
2019-03-31Add plaintext highlighter, escape ANSI in sourceDrew DeVault
2019-03-30Actually, git uses cyan for line markersDrew DeVault
2019-03-30Update hldiff.py to match git more closelyDrew DeVault
2019-03-30Add basic message viewer mockupDrew DeVault