Giter VIP home page Giter VIP logo

tree's Introduction

Tree

A recursive directory listing program that produces a depth indented listing of files.

Installing

Preliminaries

It is assumed that you have CMake installed on your system.

Building

$ git clone https://github.com/steynvl/tree
$ cd tree
$ mkdir bin && cd bin
$ cmake ..
$ make
$ ./tree --help

If you want to install the program then you can run the following

$ sudo make install
$ tree --help

Example

$ cd ~/inferrer
$ tree
.
├─── inferrer
│    ├─── oracle
│    │    ├─── active_oracle.py
│    │    ├─── passive_oracle.py
│    │    ├─── __init__.py
│    │    └─── oracle.py
│    ├─── algorithms
│    │    ├─── active
│    │    │    ├─── nlstar
│    │    │    │    ├─── nlstar.py
│    │    │    │    ├─── observation_table.py
│    │    │    │    ├─── __init__.py
│    │    │    │    └─── row.py
│    │    │    ├─── lstar
│    │    │    │    ├─── __init__.py
│    │    │    │    └─── lstar.py
│    │    │    ├─── __init__.py
│    │    │    └─── active_learner.py
│    │    ├─── passive
│    │    │    ├─── gold
│    │    │    │    ├─── __init__.py
│    │    │    │    └─── gold.py
│    │    │    ├─── rpni
│    │    │    │    ├─── __init__.py
│    │    │    │    └─── rpni.py
│    │    │    ├─── passive_learner.py
│    │    │    └─── __init__.py
│    │    ├─── __init__.py
│    │    └─── algorithm.py
│    ├─── logger
│    │    ├─── logger.py
│    │    ├─── __init__.py
│    │    ├─── logger_manager.py
│    │    └─── singleton.py
│    ├─── automaton
│    │    ├─── fsa.py
│    │    ├─── __init__.py
│    │    ├─── state.py
│    │    ├─── nfa.py
│    │    └─── dfa.py
│    ├─── utils
│    │    ├─── observation_table.py
│    │    ├─── __init__.py
│    │    └─── utils.py
│    ├─── inferrer.py
│    └─── __init__.py
├─── inferrer_cli.py
├─── README.md
├─── Pipfile
├─── Pipfile.lock
└─── .gitignore

12 directories, 39 files

Resources

This program was inspired by the Linux tree command.

tree's People

Contributors

steynvl avatar

Stargazers

Roman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.