From 9ab3d894d93c50c2d68e842856760d92cee1bc3d Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Mon, 31 Aug 2009 21:18:17 +1000 Subject: Tree formula Tree is a recursive directory listing program that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty. --- Library/Formula/tree.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/tree.rb (limited to 'Library/Formula') diff --git a/Library/Formula/tree.rb b/Library/Formula/tree.rb new file mode 100644 index 000000000..7964a0184 --- /dev/null +++ b/Library/Formula/tree.rb @@ -0,0 +1,13 @@ +require 'brewkit' + +class Tree