📚 Chronicles
Track your code journey with smart commit reminders.

Chronicles helps you auto-commit your code on file save, idle, and track your progress.
🎯 Features
- Auto-commit on file save
- Auto-commit on idle (configurable)
- Configurable file types (.js, .ts, .jsx, .tsx, .css, .scss, .html)
- Pause & resume auto-commits
- Shows commit stats (files & commits per session)
- Auto-generate commit messages
🚀 Installation
- Open VSCode
- Go to Extensions (Ctrl+Shift+X)
- Search for
Chronicles and install it
- Configure settings in
settings.json or via command palette
📖 Usage
Auto-commit triggers:
- On file save
- On idle (2–5 min configurable)
Commands:
Chronicle: Commit Now
Chronicle: Pause Auto-Commit
Chronicle: Resume Auto-Commit
Chronicle: Open Settings
Auto-commit will only run if the workspace is a git repository.
⚙️ Configuration
"chronicle": {
"autoCommit": true,
"autoPush": true,
"idleMinutes": 2,
"fileExtensions": [".js", ".ts", ".jsx", ".tsx", ".css", ".scss", ".html"],
"showNotifications": true
}
🛠️ Contributing
Open issues or PRs if you have ideas or find bugs!
Made with ❤️ by Little Prince
📄 License
ISC © Little Prince
| |