addyosmani / addyosmani/git2txt

Feature request: Include/exclude files/folders

未關閉
#5 0 則留言 2 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
JavaScript
星號
564
分支
58
PR 合併指標
30 天內沒有已合併 PR

描述

## Challenges/opportunities
GitHub repos often contain files that are irrelevant in a "talk to this repo" context. My experience is coding tools that have full context awareness of an entire repo tend to meander into files that are irrelevant to the task at hand.

## Proposed solution
Provide the ability to explicitly include/exclude files and folders from the summary. That way the text file provides the LLM with a custom narrow scope containing only what is relevant to the task at hand.

## Expanded solution
Option that generates files for each root folder. So for a typical repo you'd get
- `full-repo.txt`
- `[root-folder-name].txt`
- `[other-root-folder-name].txt`
- etc

Could also have a config option to specify how many folders deep this creation should go:
- `[path-to-folder-name].txt`

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。