-
released this
2026-01-30 09:12:19 +00:00 | 0 commits to main since this releaseInitial release of DevTrace
DevTrace is a CLI tool that automatically snapshots and indexes your entire development workflow in real-time.
Features
- Real-time File Monitoring
- Command Capture
- Git Operation Tracking
- Semantic Search
- Timeline View
- Export Capabilities
Installation
pip install devtraceQuick Start
devtrace init devtrace start --project "My Project" devtrace timeline 1Changes
- Initial project structure
- Basic monitoring functionality
- SQLite database storage
- Rich terminal UI
- Unit tests included
Downloads