gpt4 book ai didi

git - 使用git扫描源代码生成待办事项列表等

转载 作者:太空狗 更新时间:2023-10-29 14:06:36 25 4
gpt4 key购买 nike

我在源代码中有很多注释标记为 future 的待办事项。

例如#todo:改进通用语法的 api

等等

我正在使用 git 进行版本控制。

我想列出我所有的todo,比如

git list todo.

如果没有这样的插件,能指导一下吗,我怎么自己写一个?

最佳答案

假设您所有的待办事项都是单行注释,您可以使用 git grep:

git grep '#todo'

然后您可以使用重定向来存储它以备将来使用,例如:

git grep '#todo' > ~/Documents/my_project_todo.txt

关于git - 使用git扫描源代码生成待办事项列表等,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27009718/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com