vivienm / gitree

Print a directory tree without files ignored by Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitree

Gitree is a shell tool that prints a directory tree while respecting gitignore rules.

Gitree is just a small personal project to learn some Rust 🙂. If you are looking for a listing tool with a tree view and support for gitignore rules, you might be interested in exa.

Screenshot

Screenshot

Installation

You may install gitree locally by running

$ cargo install --git https://github.com/vivienm/gitree.git

About

Print a directory tree without files ignored by Git

License:MIT License


Languages

Language:Rust 100.0%