chronometer

This tool aid mensure time working in editor atom, you can use this for billing.

rodrigopmatias

661

4

1.2.0

MIT

GitHub

This package consumes the following services:

Chronometer

The Chronometer project was created to help developers measure the time worked, so the plugin keeps track of the changes in the editor buffers, if the buffers go unchanged for a long time, this time can be configured, it pauses the timer so that it does not be counted overtime.

It is very simple, and easy to pass unnoticed, see the figure below:

Atom with chronometer working

Now with more detail in the bottom bar:

Detail of chronometer working

The chronometer still has several settings such as the possibility to inform the value of an hour of your work, so that it can estimate how much time was invested in each session of code. See the figure below:

Settings

In addition to the global settings, in each project we can also have a .chronometer.json configuration file where we can make private definitions for the project in question, see:

{
  "currencySymbol": "BTC",
  "hourValue": 0.0012,
  "locale": "en-us",
  "fractionDigits": 6
}