0.0
The project is in a healthy, maintained state
lists files and directories in git as a tree
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

dorian-git-tree

Print tracked git files as a tree.

Install

gem install dorian-git-tree

Also included in the aggregate gem:

gem install dorian

Usage

git-tree [path ...]

Run git-tree -h for generated option details and git-tree -v for the installed version.

Notes

  • Pass paths to limit the tree to specific files or directories.

Examples

Show the whole repo

git-tree

Show one area

git-tree app/models