Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kddnewton/tree
Implementations of the unix tree command
https://github.com/kddnewton/tree
Last synced: about 17 hours 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T14:10:08.000Z (12 months ago)
- Last Synced: 2024-09-28T02:06:01.243Z (about 2 months ago)
- Language: C
- Size: 61.5 KB
- Stars: 271
- Watchers: 8
- Forks: 45
- Open Issues: 3
-
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.