Fuckin' tree thing. Pipe in paths and outputs a pretty tree with colors n' shit. sometimes you just wanna visualize nested shit, and perl was too fucking slow.
it's fast, doesn't allocate like a dickhead, and handles big input without crying.
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Refactor executable flow so piping output into commands like 'head' does not report an error when the downstream process closes early.
Changes:
- Move application logic from 'main' into 'run() -> io::Result<()>'
- Add an ExitCode-based 'main()' wrapper
- Treat 'io::ErrorKind::BrokenPipe' as a successful exit
- Print non-pipe errors to stderr as 'error: {err}' and return failure
- Apply rustfmt formatting to 'src/main.rs'
|
||
| src | ||
| .gitignore | ||
| BENCHMARK.md | ||
| Cargo.lock | ||
| Cargo.toml | ||