aven 0.1.2

Local-first task manager CLI and sync server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
def useful_lines:
  split("\n")
  | map(select(. != ""))
  | .[-12:];

fromjson?
| select(.type == "test" and .event == "failed")
| [
    "failed: \(.name)",
    (.stdout // "" | useful_lines[]? | "  \(.)"),
    ""
  ][]