summary history files

Taskfile.yml
---
version: '3'
tasks:
  build:
    cmds:
      - go build .
    silent: true