Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DevChronicleNew to Visual Studio Code? Get it now.
DevChronicle

DevChronicle

little-prince

|
1 install
| (0) | Free
DevChronicle your code journey with smart commit reminders
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

📚 Chronicles

Track your code journey with smart commit reminders.

VSCode Marketplace License: ISC

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

  1. Open VSCode
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for Chronicles and install it
  4. 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft