Skip to content

A simple time tracker directly in your editor. Check the time for each project you work on.

License

Notifications You must be signed in to change notification settings

0MrNobody0/atom-time-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-time-tracker

Dependencies! Installation! Version! License

GitHub stars GitHub forks

Description

A simple time tracker directly in your editor. Check the time for each project you work on.

Installation

The time tracker can be installed through Atom. Alternatively, you can use apm:

apm install atom-time-tracker

Features

Once the time tracker is started, the time is automatically saved every 60 seconds.

Settings

After using the time tracker, the time spent on the project is saved in seconds.
If you need to modify the worked time or cancel it:

Settings > Packages > atom-time-tracker > Settings
Settings
Here you can find the list of the paths of your projects where you use the time tracker.
Paths are created automatically when you use the time tracker in a project.
To remove a path you must delete the seconds and reopen the package setup page.
If necessary you can change the seconds directly from here.
If the path does not appear in the settings (after saving the time tracker at least once) close the Settings window and reopen it.
If the path does not disappear (after deleting the time), close the Settings window and reopen it.

Tooltip

The tootlip shows the time you have worked on the project. tooltip

Customization

If you want to change the color of the icon:

.atom-time-tracker, .atom-time-tracker-icon.icon-watch and .atom-time-tracker-icon.icon-watch.start

Example:

.atom-time-tracker-icon.icon-watch {
  color: orange;
}
.atom-time-tracker-icon.icon-watch.start
{
  color: green;
}

Control

To start the timer tracker: Packages > Atom Time Tracker >

  • Time Tracker Start
  • Time Tracker Stop

Or context menu >

  • Atom Time Tracker Start
  • Atom Time Tracker Stop

About

A simple time tracker directly in your editor. Check the time for each project you work on.

Resources

License

Stars

Watchers

Forks

Packages

No packages published