{"id":45855857,"url":"https://github.com/notgnoshi/herostratus","last_synced_at":"2026-05-04T04:06:45.833Z","repository":{"id":226770815,"uuid":"769605471","full_name":"Notgnoshi/herostratus","owner":"Notgnoshi","description":"An ancient Greek known for seeking fame through crime and destruction. Also a Git repository achievements engine.","archived":false,"fork":false,"pushed_at":"2026-04-27T23:51:56.000Z","size":914,"stargazers_count":0,"open_issues_count":19,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-28T01:24:25.894Z","etag":null,"topics":["achievements","git","git-achievements","measure-what-matters","sarcasm"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Notgnoshi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-03-09T14:51:38.000Z","updated_at":"2026-04-27T23:52:00.000Z","dependencies_parsed_at":"2026-04-02T06:02:36.000Z","dependency_job_id":null,"html_url":"https://github.com/Notgnoshi/herostratus","commit_stats":null,"previous_names":["notgnoshi/herostratus"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Notgnoshi/herostratus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Notgnoshi%2Fherostratus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Notgnoshi%2Fherostratus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Notgnoshi%2Fherostratus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Notgnoshi%2Fherostratus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Notgnoshi","download_url":"https://codeload.github.com/Notgnoshi/herostratus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Notgnoshi%2Fherostratus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32593996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["achievements","git","git-achievements","measure-what-matters","sarcasm"],"created_at":"2026-02-27T04:05:42.488Z","updated_at":"2026-05-04T04:06:45.827Z","avatar_url":"https://github.com/Notgnoshi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Herostratus\n\n![lint workflow](https://github.com/Notgnoshi/herostratus/actions/workflows/lint.yml/badge.svg?event=push)\n![release workflow](https://github.com/Notgnoshi/herostratus/actions/workflows/release.yml/badge.svg?event=push)\n![code coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/Notgnoshi/b20aa388c90ca92aba6aa37ec55a7f12/raw/herostratus-coverage.json)\n\n**Herostratus** _n._ **1.** An [ancient Greek](https://en.wikipedia.org/wiki/Herostratus) known for\nseeking fame through crime and destruction. **2.** A Git repository achievements engine.\n\nInspired by \u003chttps://github.com/someteam/acha\u003e.\n\n## Usage\n\n### Trying it out\n\n```sh\ngit clone git@github.com:Notgnoshi/herostratus.git\ncd herostratus\ncargo run --release -- check .\ncargo run --release -- check . origin/test/fixup\n```\n\nThe `check` subcommand is stateless. It reads/writes no configuration, and can not fetch from the\nupstream remote. Read on for stateful configuration that enables running and re-running Herostratus\non a group of repositories.\n\n\u003e [!TIP]\n\u003e\n\u003e `--release` builds are recommended for significantly better performance!\n\n### Setting it up\n\nThe following example configures Herostratus to run on its own\n[test/simple](https://github.com/Notgnoshi/herostratus/tree/test/simple) and\n[test/fixup](https://github.com/Notgnoshi/herostratus/tree/test/fixup) branches.\n\n```sh\n# Configure Herostratus to track two branches of its own repository\n$ herostratus add git@github.com:Notgnoshi/herostratus.git test/simple\n$ herostratus add git@github.com:Notgnoshi/herostratus.git test/fixup\n# Check all configured branches for achievements\n$ herostratus check-all\n# Generate a static HTML site with the granted achievements\n$ herostratus render\n$ xdg-open ./public/index.html\n```\n\nThese commands write their configuration and clone Git repositories to `~/.local/share/herostratus/`\nby default. See `herostratus --help` for more options.\n\n### What achievements are there?\n\nSee [RULES.md](RULES.md) for a list of achievements.\n\n## Development\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) and [quickstart.md](docs/developer/quickstart.md), as well as\nthe [ARCHITECTURE.md](ARCHITECTURE.md).\n\n\u003c!-- Autogenerated by ./tools/benchmark.sh --\u003e\n\u003c!-- START RESULTS --\u003e\n\n## Benchmarks\n\n| Name        | # Commits | # Achievements | Time    | Time per commit |\n| ----------- | --------- | -------------- | ------- | --------------- |\n| git         | 80667     | 413            | 36.71s  | 455.07µs        |\n| herostratus | 492       | 4              | 81.67ms | 165.99µs        |\n\n\u003c!-- END RESULTS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotgnoshi%2Fherostratus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotgnoshi%2Fherostratus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotgnoshi%2Fherostratus/lists"}