File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/server/templates/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " gitingest"
3- version = " 0.1.4 "
3+ version = " 0.1.3 "
44description =" CLI tool to analyze and create text dumps of codebases for LLMs"
55readme = {file = " README.md" , content-type = " text/markdown" }
66requires-python = " >= 3.8"
Original file line number Diff line number Diff line change 9696 readonly >
9797 <input type =" hidden" id =" directory-structure-content" value =" {{ tree }}" />
9898 {% for line in tree .splitlines () %}
99- <div name =" tree-line"
99+ <pre name =" tree-line"
100100 class =" cursor-pointer hover:line-through hover:text-gray-500"
101- onclick =" toggleFile(this)" >{{ line }}</div >
101+ onclick =" toggleFile(this)" >{{ line }}</pre >
102102 {% endfor %}
103103 </div >
104104 </div >
You can’t perform that action at this time.
0 commit comments