Skip to content

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

License

Notifications You must be signed in to change notification settings

datumbrain/dirtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dirtree

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

Installation

Install the package dirtree

go install github.com/datumbrain/dirtree@latest

Usage

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

dirtree

Authors