#tree #unix #command #attempt #first #wish #mini-version

app sapling

Mini-version of the unix tree command

2 releases

Uses old Rust 2015

0.1.1 Apr 10, 2016
0.1.0 Apr 9, 2016

#9 in #wish

MIT license

2KB

sapling

This is my attempt to re-implement a simple version of tree in Rust.

This is my first rust program.

Wish me luck.

installation

(assumes you already have cargo installed and your terminal configured to have cargo-installed executables on your $PATH)

cargo install sapling

https://crates.io/crates/sapling

Goals

  • get basic tree output
  • style it correctly
  • add tests??
  • respect gitignore if present

No runtime deps