Commit graph

4 commits

Author SHA1 Message Date
8b68b1ba9b feat: Complete main application and documentation
- Implement main.rs with clap CLI argument parsing
- Add --continuous flag for continuous monitoring mode
- Add --interval flag for configurable update intervals
- Add --config flag for custom config file paths
- Initialize env_logger for debug logging
- Create comprehensive .gitignore for Rust and Python
- Write README-rust.md with usage instructions
- Handle config loading with fallback to defaults
- Support graceful Ctrl+C interruption in continuous mode
2025-12-08 09:30:00 +08:00
899cdbc4fa Add data export functionality (JSON and CSV) 2024-12-08 15:45:00 +08:00
65f8aa5f37 Add logging functionality 2024-11-25 11:45:00 +08:00
b25998e57b Initial commit: project structure and basic tracker 2024-11-01 09:00:00 +08:00