4 Commits

Author SHA1 Message Date
kidev
edb7545a4d Fix date formatting overflow bug
- Use chrono library for proper date parsing from Unix timestamps
- Fixes integer overflow in manual date calculation that caused
  dates to display as huge numbers like "2026-01-18446744073709551241"
2026-01-31 00:02:00 +01:00
kidev
1fb4dc0092 Bump version to 0.2.0, add --version and --help CLI flags
- Version 0.2.0 with all new features
- Add -v/--version flag to display version
- Add -h/--help flag with keybindings overview
- Show version in title bar and help overlay
2026-01-30 23:58:38 +01:00
kidev
47d1573bba Add new features: sort, date column, dry-run, mouse, config, auto-refresh
- Sort toggle (s key): switch between Size/Date/Name sorting
- Date column: shows creation date for datasets and snapshots
- Dry-run mode (D key): preview deletions without actually deleting
- Mouse support: click to select, scroll, right-click to mark
- Config file: ~/.config/zfsdu/config.toml for customizable colors
- Auto-refresh (a key): toggle automatic refresh every 30 seconds
- Help overlay: accessible with ? key (in addition to F1)
- Updated function key bar with new shortcuts
- Updated README with all new features and configuration section
2026-01-30 23:54:19 +01:00
kidev
75d164859f Initial commit: zfsdu v0.1.0 - ZFS disk usage viewer with snapshot management 2026-01-30 23:20:00 +01:00