https://github.com/binlf/tracedir
(WIP)Trace your directory structure. Copy and paste the output into LLM's
https://github.com/binlf/tracedir
Last synced: 10 months ago
JSON representation
(WIP)Trace your directory structure. Copy and paste the output into LLM's
- Host: GitHub
- URL: https://github.com/binlf/tracedir
- Owner: binlf
- License: mit
- Created: 2025-02-15T01:33:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T15:18:18.000Z (12 months ago)
- Last Synced: 2025-06-22T16:28:15.132Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# tracedir
`tracedir` is a utility tool designed to analyze and trace/print directory structures/trees. It provides a way to quickly get the shape/outline of your directory and its contents. It generates an LLM friendly output that you can copy and paste.
## Features
- Directory Tracing
## Usage
```bash
bunx tracedir [targetDir] [options]
```
## Installation
```bash
npm install -g tracedir
```
## License
This project is licensed under the MIT License - see the LICENSE file for details.