1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-10 22:59:17 +00:00

feat(windows): add Windows support Phase 3 - TUI tools

Add Go-based TUI tools for Windows:
- cmd/analyze: Interactive disk space analyzer with Bubble Tea
- cmd/status: Real-time system health monitor using gopsutil/WMI
- bin/analyze.ps1: Wrapper script for analyze tool
- bin/status.ps1: Wrapper script for status tool
- Makefile: Build automation for Go tools
- Updated README.md with Phase 3 documentation
This commit is contained in:
Bhadra
2026-01-08 16:18:26 +05:30
parent 6e0d850d6a
commit 8a37f63bc7
7 changed files with 1616 additions and 20 deletions

16
windows/.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Windows Mole - .gitignore
# Build artifacts
bin/*.exe
# Go build cache
.gocache/
# IDE files
.idea/
.vscode/
*.code-workspace
# Test artifacts
*.test
coverage.out