https://github.com/abargnesi/xenophon
Ancient git historian; tools to understand code history
https://github.com/abargnesi/xenophon
command-line-tool git github java
Last synced: 2 months ago
JSON representation
Ancient git historian; tools to understand code history
- Host: GitHub
- URL: https://github.com/abargnesi/xenophon
- Owner: abargnesi
- Created: 2018-11-08T15:34:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T15:35:24.000Z (over 6 years ago)
- Last Synced: 2025-02-02T03:28:00.590Z (4 months ago)
- Topics: command-line-tool, git, github, java
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## xenophon
This tool helps uncover interesting facts and moments in your git history.
It is named after the prominent, ancient greek historian [Xenophon](https://en.wikipedia.org/wiki/Xenophon).The initial plan is to provide two sub-commands:
- synopsis
- summarize slices of commits
- synergy
- uncover similarity between independent branches
Current status:
- Code is there to create a rudimentary `synopsis`.
- No code for `synergy` yet.