# find-author **Repository Path**: LinWanCen/find-author ## Basic Information - **Project Name**: find-author - **Description**: IDEA插件:查找多个文件或行的作者,以带作者的表格形式导出搜索窗口 - **Primary Language**: Kotlin - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-12 - **Last Updated**: 2023-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # find-author ![Build](https://github.com/LinWanCen/find-author/workflows/Build/badge.svg) [![Version](https://img.shields.io/jetbrains/plugin/v/20557-find-author.svg)](https://plugins.jetbrains.com/plugin/20557-find-author) [![Downloads](https://img.shields.io/jetbrains/plugin/d/20557-find-author.svg)](https://plugins.jetbrains.com/plugin/20557-find-author) ## Plugin description 插件介绍 Multiple files => git author / doc comment, Export Find as tsv. ## How to Use Author of mutil input files: 1. Open Author ToolWindow at Right 2. Paste file:lineNum in input 3. Click Git Author Export Find Window: 1. Ctrl + Shift + F / select a method Alt + F7 Find Usage 2. Click Open in the Find Window or use Ctrl + Enter 3. Right-click the Find Window, select@ Export Tsv + Git Author + Comment ### input file support: fileName/filePath/classSimpleName ``` file file:lineNum xxx(file:lineNum) ``` ### ignore - LineNum blame not support msg key word, you can use key word -> Rev ID - File log only select one of the leave-user, msg key word, Rev ID ## My Other Plugin - Show doc comment at the Project view Tree, line End, json etc: [Show Comment] # 中文说明 - 从 Git 中查找多个文件或行的作者 - 以带作者的表格形式导出搜索窗口 - 从注释获取作者 ## 用法 多文件作者: 1. 右边的打开Author工具栏 2. 粘贴 文件:行号 到 输入 3. 点击 Git 作者 导出搜索: 1. Ctrl + Shift + F / 在方法上 Alt + F7 查找调用方 2. 单击打开查找窗口 或者用 Ctrl + Enter 3. 右键单击查找窗口,选择@ 导出 tsv + Git 作者 + 注释 ### 输入 文件 支持:文件名/文件路径/类简称 ``` 文件 文件:行号 xxx(文件:行号) ``` ### 忽略 - 行作者不支持信息关键字过滤,可以用关键字获取参考ID按钮 - 文件作者只能选择离职用户信息关键字参考ID其中一个过滤 ## 我的其他项目 - 在文件树、行末、JSON、COBOL 显示注释:[Show Comment] 如果对你有所帮助,别忘了给 [本项目 GitHub 主页][Find Author] 一个 Star,您的支持是项目前进的动力。 [Show Comment]: https://plugins.jetbrains.com/plugin/18553-show-comment [Find Author]: https://github.com/LinWanCen/find-author ## Installation - Using IDE built-in plugin system: Settings/Preferences > Plugins > Marketplace > Search for "find-author" > Install Plugin - Manually: Download the [latest release](https://github.com/LinWanCen/find-author/releases/latest) and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk... [Changelog 更新说明](CHANGELOG.md) --- Enhanced for my old project [GitTool][GitTool] Plugin based on the [IntelliJ Platform Plugin Template][template]. [GitTool]: https://github.com/LinWanCen/GitTool [template]: https://github.com/JetBrains/intellij-platform-plugin-template