Skip to content

Steve Baker's Tree Command for Linux

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

the-real-neil/tree

Repository files navigation

tree

This is a respectful adaptation (shameless rip) of Steve Baker's original tree program. I have added autotoolery (autoconf and automake) to Mr. Baker's original work---this should spare users the trouble of editing the Makefile.

build and install from source

$ git clone https://github.com/rubicks/tree.git && \
  cd  tree                                      && \
  autoreconf -ivf .                             && \
  ./configure                                   && \
  make install

build and install from tarball

$ tar vxzf tree-1.7.0.tar.gz && \
  cd tree-1.7.0              && \
  ./configure                && \
  make install

original docs

About

Steve Baker's Tree Command for Linux

Resources

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages