riptree2 0.9.0

riptree2 is a Rust rewrite of the Unix tree command. It aims to be a drop in replacement (`alias tree="rt --compat"`) with some quality of life improvements, such as automatically respecting ignore files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
title: riptree2
email: ben@heidemann.dev
author: Ben Heidemann
description: |
  riptree2 is a Rust rewrite of the Unix tree command with some quality of life
  improvements.
baseurl: "/riptree2" # the subpath of your site, e.g. /blog
url: "https://bcheidemann.github.io"
github_org: bcheidemann
github_repo: riptree2

# Build settings
markdown: kramdown
theme: minima