MLTree

A small implementation of the 'tree' command-line utility.

mltree is similar to the 'tree' unix command line utility.

The main difference is that currently tree dumps by default all the content of a directory mixing files and directories, so when a directory is recursively dumped before some files of the current directory it makes it difficult to read.

So mltree first dumps all the regular files of the current directory before to dump recursively the directories.

To the extent permitted law, you can use, study, modify, and redistribute this utility, with the ISC license, provided on spdx.org.

Issues: gh/issues

clone-me: gh/fork

or:
git clone https://github.com/fccm2/mltree

see how it look like:
curl -s http://decapode314.free.fr/ocaml/xmlerr/term/xmlerr-0.08.2.esc | cat -

Download with wget:
wget http://decapode314.free.fr/ocaml/mltree/download/mltree.tgz
wget http://decapode314.free.fr/ocaml2/mltree/dl/mltree-02.zip
wget http://decapode314.free.fr/ocaml2/mltree/dl/mltree-02b.zip
wget http://decapode314.free.fr/ocaml2/mltree/dl/mltreem.ml # (.html output)

Versions:

The OCaml Language