An open API service indexing awesome lists of open source software.

https://github.com/ltriant/tree

An opinionated tree command 🌳
https://github.com/ltriant/tree

tree-command

Last synced: 9 months ago
JSON representation

An opinionated tree command 🌳

Awesome Lists containing this project

README

          

# tree

An opinionated tree command, with only the options and defaults that I like.

# But why?

I originally wrote this because I needed/wanted a tree command, but when we first moved in to our new home, we had no internet connection to install anything, so I wrote my own.

# Previous versions

This project has been rewritten a number of times now in different languages, entirely for fun, often adding or removing features with each new version.

1. C. The first version. Hand-rolling sorting algorithms was delightful.
2. Nim. Probably my favorite incarnation, with the most expressive code of the bunch.
3. Go. Ew this resulted in the least pretty code of the lot. Never again.
4. OCaml. Very concise, and definitely the most elegant code so far.