Skip to content

Commit 924465a

Browse files
committed
Revert "fix: remove obsolete features and update settings section in README"
This reverts commit beb1af1.
1 parent a12f0b3 commit 924465a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Simple Coding Time Tracker is a powerful extension for Visual Studio Code that h
1111
- **Project and Branch Tracking**: Organizes time data by project and Git branches for comprehensive analysis.
1212
- **Smart Activity Detection**: Automatically pauses tracking during periods of inactivity.
1313
- **Focused Work Detection**: Intelligently tracks time even when VS Code isn't focused.
14+
- **Status Bar Display**: Shows your today's total coding time duration in real-time.
15+
- **Rich Status Bar Information**: Shows the total coding time on weekly, monthly and all-time basis via tooltip.
1416
- **Interactive Data Visualization**:
1517
- Project Summary Chart: Visual breakdown of time spent on each project
1618
- Daily Activity Timeline: Interactive line chart showing your coding patterns
@@ -21,6 +23,10 @@ Simple Coding Time Tracker is a powerful extension for Visual Studio Code that h
2123
- Project Filtering: Focus on specific projects
2224
- Quick Reset: One-click reset for search filters
2325
- **Data Persistence**: Safely stores your time data for long-term analysis.
26+
- **Configurable Settings**:
27+
- Save Interval: Customize how often your coding time data is saved (default: 5 seconds)
28+
- Inactivity Timeout: Set how long to wait before stopping the timer when no activity is detected (default: 5 minutes)
29+
- Focus Timeout: Set how long to continue tracking after VS Code loses focus (default: 60 seconds)
2430

2531
## Installation
2632

@@ -95,7 +101,7 @@ Tooltip shows the total coding time weekly, monthly and all time basis.
95101
When the user is inactive for a period of time, the timer automatically pauses and resumes when the user starts typing again coding again.
96102
![Pause/Resume icon](https://raw.githubusercontent.com/twentyTwo/static-file-hosting/main/vsc-ext-coding-time-tracker-files/paused_time.png)
97103

98-
#### Settings
104+
It is configurable from the settings. Default value is 5 minutes.
99105
![Settings](https://raw.githubusercontent.com/twentyTwo/static-file-hosting/main/vsc-ext-coding-time-tracker-files/settings.png)
100106

101107

0 commit comments

Comments
 (0)