update sample output with new box-drawing characters

This commit is contained in:
Joe Ardent
2018-03-20 22:50:54 -07:00
parent 0faf795284
commit aa963defda
+17 -22
View File
@@ -16,27 +16,22 @@ Usage: dust -n 30 <dir> (Shows 30 directories not 15)
``` ```
dust . djin:git/dust> dust
161M . 65M .
160M └─ ./target 65M └─ ./target
123M ├─ ./target/debug 49M ├─ ./target/debug
83M ├─ ./target/debug/deps 26M ├─ ./target/debug/deps
16M ── ./target/debug/deps/libclap-82e6176feef5d4b7.rlib 21M ── ./target/debug/deps/libclap-9e6625ac8ff074ad.rlib
8.6M │── ./target/debug/deps/dust-993f7d919d92f0f8.dSYM 13M ── ./target/debug/dust
8.6M └─ ./target/debug/deps/dust-993f7d919d92f0f8.dSYM/Contents 8.9M │ └─ ./target/debug/incremental
8.6M │ └── ./target/debug/deps/dust-993f7d919d92f0f8.dSYM/Contents/Resources 6.7M ├─┬ ./target/debug/incremental/dust-2748eiei2tcnp
27M ├── ./target/debug/incremental 6.7M │ │ └─┬ ./target/debug/incremental/dust-2748eiei2tcnp/s-ezd6jnik5u-163pyem-1aab9ncf5glum
12M │ └── ./target/debug/build 3.0M │ │ └── ./target/debug/incremental/dust-2748eiei2tcnp/s-ezd6jnik5u-163pyem-1aab9ncf5glum/dep-graph.bin
20M ├── ./target/x86_64-apple-darwin 2.2M │ └─┬ ./target/debug/incremental/dust-1dlon65p8m3vl
20M │ └── ./target/x86_64-apple-darwin/debug 2.2M │ └── ./target/debug/incremental/dust-1dlon65p8m3vl/s-ezd6jncecv-1xsnfd0-4dw9l1r2th2t
20M │ └─ ./target/x86_64-apple-darwin/debug/deps 15M └─ ./target/release
16M │ └── ./target/x86_64-apple-darwin/debug/deps/libclap-7e3f8513c52cd558.rlib 9.2M ├─┬ ./target/release/deps
16M └── ./target/release 6.7M └── ./target/release/deps/libclap-87bc2534ea57f044.rlib
13M └── ./target/release/deps 5.9M └── ./target/release/dust
``` ```
Performance: dust is currently about 4 times slower than du. Performance: dust is currently about 4 times slower than du.