About DirDoc

DirDoc is a powerful Bash script that generates comprehensive Markdown documentation of directory structures and file contents. It's the perfect tool for creating project snapshots, facilitating code reviews, and automating documentation processes.

Quick Start

  1. Download the script:
curl -O https://raw.githubusercontent.com/cansakirt/DirDoc/main/dirdoc.sh
  1. Make it executable:
chmod +x dirdoc.sh
  1. Run it on a directory:
./dirdoc.sh /path/to/your/directory
  1. Find the generated markdown file in your current directory.

Features

Usage

./dirdoc.sh [OPTIONS] <directory-path>

For more detailed usage instructions, please refer to our GitHub README.

Download

You can download DirDoc from our GitHub repository.

View on GitHub