https://github.com/kddnewton/tree
Implementations of the unix tree command
https://github.com/kddnewton/tree
Last synced: 3 months ago
JSON representation
Implementations of the unix tree command
- Host: GitHub
- URL: https://github.com/kddnewton/tree
- Owner: kddnewton
- License: mit
- Created: 2016-10-25T21:52:51.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T14:10:08.000Z (over 1 year ago)
- Last Synced: 2025-03-30T21:06:30.451Z (3 months ago)
- Language: C
- Size: 61.5 KB
- Stars: 287
- Watchers: 7
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree
The GNU [tree](https://linux.die.net/man/1/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
* shellNote 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.