summary refs log tree commit diff stats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Make awk filters more portableDrew DeVault2019-06-132-2/+0
* Fix hldiff regex for short statsDrew DeVault2019-06-072-1/+3
* Use #!/usr/bin/env -S awk -f for awk scriptsDrew DeVault2019-06-072-2/+2
* plaintext filter: Match against start of lineDrew DeVault2019-06-071-1/+1
* Rewrite Python filters in awkDrew DeVault2019-06-074-57/+52
* Move ANSI stripping from filters to GoDrew DeVault2019-06-072-4/+0
* Ignore encoding errors in filtersDrew DeVault2019-06-072-0/+2
* hldiff.py: don't highlight -/+ in filenamesDrew DeVault2019-06-021-2/+2
* Add script for sandboxing w3mDrew DeVault2019-03-311-0/+10
* Improve plaintext.pyDrew DeVault2019-03-311-2/+2
* Add plaintext highlighter, escape ANSI in sourceDrew DeVault2019-03-312-1/+25
* Actually, git uses cyan for line markersDrew DeVault2019-03-301-1/+1
* Update hldiff.py to match git more closelyDrew DeVault2019-03-301-2/+10
* Add basic message viewer mockupDrew DeVault2019-03-301-0/+27
href='#n151'>151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255