feat: Initial launch v0.1.0

Initialize `sized` CLI tool with comprehensive features for directory visualization.

Features:
- Fast parallel directory traversal using `rayon`.
- Rich table output with colors and dual units (Binary/Decimal).
- Recursive sizing with depth control (`-d`).
- Filtering by minimum size (`-m`).
- Sorting by name, type, size, or blocks (`--sort`).
- Gitignore integration (`--ignore`).
- Multiple output formats: Text, CSV, JSON (`--format`).
- Export to file functionality (`--save`).
- Shell completion generation (`--completions`).
This commit is contained in:
2026-01-22 12:17:19 -05:00
commit aa469b47c0
12 changed files with 2109 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ignored_file
Binary file not shown.
Binary file not shown.
Binary file not shown.