An opinionated tree command with only the options, parameters, and defaults that I like.
I originally wrote this because I needed/wanted a tree command, but I had no internet connection at my new home yet to install something like GNU tree, so I wrote my own for funsies.
Requires the Nim toolchain to build.
$ nimble build
This will build a tree
executable. To install it to your Nimble directory (defaults to ~/.nimble/bin
):
$ nimble install