tinyjuice 0.2.1

Pluggable token compression for OpenHuman.
Documentation
{
  "id": "git/stash-list",
  "family": "git-stash",
  "description": "Compact git stash list output while preserving stash entries.",
  "match": {
    "argv0": ["git"],
    "argvIncludes": [["stash"], ["list"]]
  },
  "transforms": {
    "stripAnsi": true,
    "dedupeAdjacent": true,
    "trimEmptyEdges": true
  },
  "summarize": {
    "head": 12,
    "tail": 4
  },
  "failure": {
    "preserveOnFailure": true,
    "head": 14,
    "tail": 12
  },
  "counters": [
    {
      "name": "stash",
      "pattern": "^stash@\\{\\d+\\}:",
      "flags": "m"
    }
  ]
}