atom-time-tracker

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

Isaia Bucci

1,866

0

0.1.0

MIT

GitHub

This package consumes the following services:

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 >

Or context menu >