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 🌳
- Host: GitHub
- URL: https://github.com/ltriant/tree
- Owner: ltriant
- Created: 2024-01-10T02:18:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T00:20:33.000Z (about 2 years ago)
- Last Synced: 2024-06-21T18:47:51.474Z (almost 2 years ago)
- Topics: tree-command
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.