
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@azhena/git-log
Advanced tools
一个简单的命令行工具,用于获取 Git 仓库的提交记录并生成钉钉日报。
npm i @azhena/git-log -g
git-log [选项]
-t, --today
:获取当天提交记录-d, --days <number>
:要查询的天数(默认:7天)-o, --output <string>
:输出文件名(默认:git_commits.txt)--help
:显示帮助信息使用 git-log config
命令管理配置:
# 查看当前配置
git-log config list
# 设置作者名称
git-log config set-author "yourname"
# 设置 AI API 地址
git-log config set-api-url "https://api.example.com/v1/chat/completions"
# 设置 AI API Key
git-log config set-api-key "your-api-key"
获取当天提交记录并生成日报:
git-log -t
获取最近 7 天的提交记录:
git-log
获取最近 30 天的提交记录:
git-log -d 30
将提交记录保存到指定文件:
git-log -o "my_commits.txt"
工具会生成两个文件:
git_commits.txt
:原始的 Git 提交记录git_commits.md
:基于提交记录生成的钉钉日报(Markdown 格式)日期时间 | 提交信息
MIT
FAQs
获取git提交记录的命令行工具
The npm package @azhena/git-log receives a total of 0 weekly downloads. As such, @azhena/git-log popularity was classified as not popular.
We found that @azhena/git-log demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.