https://github.com/alexpineda/treesnap
Flatten repos. Prompt faster.
https://github.com/alexpineda/treesnap
llm llms tauri tauri-app tauri-apps
Last synced: 3 months ago
JSON representation
Flatten repos. Prompt faster.
- Host: GitHub
- URL: https://github.com/alexpineda/treesnap
- Owner: alexpineda
- Created: 2025-04-01T04:27:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-16T17:32:38.000Z (10 months ago)
- Last Synced: 2025-10-25T22:53:01.737Z (9 months ago)
- Topics: llm, llms, tauri, tauri-app, tauri-apps
- Language: TypeScript
- Homepage: https://www.treesnap.app/
- Size: 7.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tree Snap
## Flatten repos. Prompt faster.
> One click → one GPT-ready file
TreeSnap is a GUI for quickly concatenating your code files for inputting into your favorite LLM. Useful for when you need analysis or design help on existing code files across a codebase. Cross-platform, web, and VS Code extensions available.
[Visit the website](www.treesnap.app)
# Development
Tauri app with additional web and vscode backends. Rust installation is required.
Tauri:
`bun run tauri dev`
Web:
`bun run dev:web-demo`
For VSCode, build the front end
`bun run build:vscode`
this will place the front end app in `./reposnap-vse/webview`
and then run the extension from `./reposnap-vse` sub repository
