git-date-extractor icon indicating copy to clipboard operation
git-date-extractor copied to clipboard

CLI and JS tool for pulling in file timestamps based on Git history

Results 4 git-date-extractor issues
Sort by recently updated
recently updated
newest added

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: ``` /...

bug

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":...

enhancement

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...

enhancement

Would be nice to have simple option to control formatting of output JSON - e.g. `\t` vs `space` for indenting.

enhancement