# gilesbowkett/rewind

Rewind is an intelligent archivist.

Repository: https://github.com/gilesbowkett/rewind
Canonical: https://ross.abutalabs.com/products/rewind
Language: Shell
License: MIT
License Family: permissive
Last push: 2017-04-28T12:12:38+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4892, "days_push": 3414, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1852, forks 62 (observed 2026-08-28T04:05:44.457836+00:00)

## What it is
Rewind is a small collection of bash and Ruby scripts for analyzing git repository history. It generates per-file statistics (lines of code, commit counts, first/last commit dates) and authorship tallies that can be exported to CSV for spreadsheet analysis.

## Use cases
- analyze which files are most important in a git project's history
- generate per-file commit and line-count statistics as CSV
- tally authorship events per developer in a repository
- identify hotspots in a codebase by commit frequency
- sort project files by importance metrics in a spreadsheet

## When to choose
- you want quick, simple git history reports without installing heavy tooling
- you prefer scripts whose output you can open directly in a spreadsheet app
- you need a lightweight way to gauge file importance or author contribution

## When to avoid
- you need maintained tooling with active support or updates
- you are analyzing extremely large repositories with very long histories, where it may be very slow
- you need per-author analysis across multiple file types at once

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: developer-tools, analytics
- domain: version-control, developer-tools
- platform: cli
- tags: git, git-history, code-analysis, shell-scripts, ruby, csv-export, command-line, macos, linux

## Member repositories
- gilesbowkett/rewind (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:44.457836+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:16:53.187260+00:00, confidence not recorded.
  - readme: https://github.com/gilesbowkett/rewind (fetched 2026-08-28T04:05:44.457836+00:00, sha 7f83f3cdab63)
- Data as of 2026-08-30T08:39:29.467469+00:00.
