Pomodwins - VS Code Pomodoro Timer Extension
Table of Contents
Introduction
Pomodwins is a VS Code extension for time management based on the Pomodoro Technique. It helps you:
🎯 Schedule your tasks
⏳ Manage work and break intervals
📊 Track your project progress
Installation
- Open VS Code
- Go to the Extensions view (Ctrl+Shift+X)
- Search for
"Pomodwins"
- Click Install
Or install from terminal:
code --install-extension pomodwins-1.0.0.vsix
Features
🍅 Smart Pomodoro Timer
- 25-minute focused work
- 5-minute break
- Auto notifications
📝 Task Management
- Add new tasks
- Categorize tasks
- Mark tasks as completed
🎨 Persian UI
- Fully RTL (right-to-left) support
- Supports different themes
Getting Started
After installation, you'll see the Pomodwins icon in the Activity Bar.
To initialize:
F1 > Pomodwins: Initialize
Usage
➕ Add a New Task
- Open the Command Palette (
Ctrl+Shift+P
)
- Search for
Add Task
- Enter the following:
- Task name
- Category
- Estimated time
▶️ Start Timer
F1 > Pomodwins: Start Timer
Task Management
Action |
Command |
Complete Task |
Right-click > Mark as Done |
Delete Task |
Right-click > Delete Task |
Edit Task |
Right-click > Edit Task |
Settings
To customize:
- Open Settings (
Ctrl+,
)
- Search for
Pomodwins
Available settings:
{
"pomodwins.workDuration": 25,
"pomodwins.breakDuration": 5,
"pomodwins.theme": "dark"
}
Troubleshooting
❌ Timer not working?
- Ensure the extension is enabled
- Try reloading VS Code
❌ Tasks not visible?
- Make sure the view is not hidden
- Use this command:
F1 > View: Focus on Pomodwins View
Contributing
👋 Contributions are welcome!
- Fork the repository
- Make your changes
- Submit a pull request
📌 Author: Mohammad Asadi
📧 Support: 67.asadi@gmail.com
📅 Last Updated: 2025-05-05
Experience time mastery with Pomodwins! 🚀