Repo Snapshot para IA
Convierte salida tree/find/fd en Markdown listo para LLMs
100% Gratis
Sin registro
Solo navegador
Descarga instantánea
5 idiomas
Modo oscuro
Archivos
0
Caracteres
0
Tokens aprox
0
📋 Cómo capturar input
# 王道: tree (推奨、見やすい) tree -L 3 -I 'node_modules|.git|dist' # tree が無いとき: find find . -type f -not -path '*/node_modules/*' -not -path '*/.git/*' | sort # rust 製の高速版: fd fd --type f --hidden --exclude node_modules --exclude .git # Mac/Linux 標準: ls -R ls -R # Windows PowerShell Get-ChildItem -Recurse -File | Select-Object FullName
❓ Preguntas frecuentes
¿Sin tree?
find / ls -R / fd
Demasiados archivos
Limita "Max files" o profundidad
¿Privacidad?
Todo en navegador
¿Precisión tokens?
Aproximado. Use Token Counter para exacto
🐛 ¿Encontró un problema con esta herramienta?
Gratis, sin registro. Incluso solo los pasos para reproducir ayudan. Los informes van directamente al operador y se usan para corregir.
✅
¡Gracias por tu reporte!
Tu reporte llegó al operador y se usará para mejorar.