Skip to content

A wrapper around the tree utility to exclude .gitignored files

License

Notifications You must be signed in to change notification settings

jacwah/gitree-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gitree

gitree is a wrapper utility around tree created by Steve Baker et al. It reads your .gitignore and excludes those paths from being listed in the output of tree.

asciicast

Installation

If you haven't already, first install Git and Tree. Versions may be available from your package manager (apt-get, homebrew, etc).

Once the dependencies are taken care of, simply copy or link the gitree script file into your PATH.

# Example: copy the script to /usr/local/bin
cp gitree /usr/local/bin

About

A wrapper around the tree utility to exclude .gitignored files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages