Skip to content

Implementations of the unix tree command

License

Notifications You must be signed in to change notification settings

MuhammadMehediHasan/tree

 
 

Repository files navigation

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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kddeisz/tree.

License

The code is available as open source under the terms of the MIT License.

About

Implementations of the unix tree command

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 11.9%
  • C 11.4%
  • Objective-C 9.1%
  • C++ 7.5%
  • Shell 7.5%
  • Elixir 6.9%
  • Other 45.7%