git-date-extractor
git-date-extractor copied to clipboard
CLI and JS tool for pulling in file timestamps based on Git history
This does not seem to be handling *output file* options correctly if called from a nested directory, and GDE is told the project root via CLI. For example: ``` /...
For quickly scanning stamps, it is hard to tell at a glance what something like this actually means in terms of relative dates: ```json { "md/docs/contributing.md": { "created": 1605291448, "modified":...
This tool tends to have the most value with Markdown based projects, so it would be nice to be able to use something like `**/*.md` as an input pattern, instead...
Would be nice to have simple option to control formatting of output JSON - e.g. `\t` vs `space` for indenting.