An open API service indexing awesome lists of open source software.

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

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.