扫描指定路径下所有 Git 仓库在指定日期指定提交人的所有提交
Project description
coding-work-report
扫描指定路径下的所有 Git 仓库,列出指定提交人在指定日期的所有提交。
安装
通过 uvx 直接运行(推荐)
无需安装,直接运行:
uvx coding-work-report --author "你的名字"
本地开发
uv sync
使用
# 扫描当前目录下所有仓库,查找当天指定作者的提交
uvx coding-work-report --author "你的名字"
# 指定路径和日期
uvx coding-work-report --path "E:\code" --author "IVEN" --date 2026-05-16
# 保存为 Markdown 文件
uvx coding-work-report --author "IVEN" --output report.md
# 不显示代码 diff(仅提交信息)
uvx coding-work-report --author "IVEN" --no-detail
# 查看帮助
uvx coding-work-report --help
参数
| 参数 | 简写 | 说明 | 默认值 |
|---|---|---|---|
--path |
-p |
扫描路径 | . (当前目录) |
--date |
-d |
指定日期 (YYYY-MM-DD) | 当天 |
--author |
-a |
提交人 (name 或 email) | 必填 |
--output |
-o |
保存 Markdown 报告的文件路径 | 输出到终端 |
--detail / --no-detail |
无 | 显示详细代码变更 | 开启 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coding_work_report-0.1.1.tar.gz
(117.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coding_work_report-0.1.1.tar.gz.
File metadata
- Download URL: coding_work_report-0.1.1.tar.gz
- Upload date:
- Size: 117.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.11 {"installer":{"name":"uv","version":"0.10.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cbcee52682fcfb0a382c157eea8431a6d760380e24f1e05cc9f7e7ff413e23c
|
|
| MD5 |
d2f2eff3879ec392f91569136930472c
|
|
| BLAKE2b-256 |
62327a17c5aece851c690fd0816629880f9c754b7aeba8b8669000104a57da5f
|
File details
Details for the file coding_work_report-0.1.1-py3-none-any.whl.
File metadata
- Download URL: coding_work_report-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.11 {"installer":{"name":"uv","version":"0.10.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68ef831dd732a077e49aebd1eba40ffeaa022bc5ba4538e990ca8b41272e41ce
|
|
| MD5 |
eeccbb73d6c53a6bd6d683e92d08e226
|
|
| BLAKE2b-256 |
878bc056afd5a3650785cdddc0f7888ed7fbd9d4708ceeddae69204e1186bb7a
|