trappedinspacetime / tree

Implementations of the unix tree command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tree

The GNU tree utility prints out a directory structure in a tree-like display using utf-8 characters. I've been using it as something to build when learning a new programming language. This repository contains all of the implementations that I have done in various languages. To execute, run make [language] where language is one of:

  • c
  • c++
  • elixir
  • go
  • java
  • javascript
  • objectivec
  • php
  • python
  • ruby
  • rust
  • scala
  • shell

Note that this does not include information on getting the necessary utilities installed, so you may not be able to run every one of them depending on your setup.

About

Implementations of the unix tree command

License:MIT License


Languages

Language:C 13.1%Language:Objective-C 10.4%Language:Shell 8.5%Language:C++ 8.5%Language:Elixir 7.8%Language:Java 7.5%Language:Rust 7.2%Language:Python 6.9%Language:PHP 6.7%Language:Go 6.6%Language:Scala 5.5%Language:JavaScript 4.2%Language:Ruby 3.8%Language:Makefile 3.2%