Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/datumbrain/dirtree

A utility to print directory tree respecting repo's .gitignore file.
https://github.com/datumbrain/dirtree

go golang shell tree tree-structure utility

Last synced: about 2 months ago
JSON representation

A utility to print directory tree respecting repo's .gitignore file.

Awesome Lists containing this project

README

        

# dirtree

This package prints the directory tree of the current directory respecting your `.gitignore` file.

## Installation

Install the package dirtree

```bash
go install github.com/datumbrain/dirtree@latest
```

## Usage

Go to any directory and run the following command to print the directory tree

```bash
dirtree
```

## Authors

- [Fahad Siddiqui](https://github.com/fahadsiddiqui)