Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/datumbrain/dirtree
- Owner: datumbrain
- License: mit
- Created: 2024-08-13T19:30:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T06:59:39.000Z (4 months ago)
- Last Synced: 2024-08-23T07:57:30.257Z (4 months ago)
- Topics: go, golang, shell, tree, tree-structure, utility
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)