timer
A timer to track your time spent on a given task.
HolocronFoundation 607 0 3.2.1 MIT GitHub

Timer

apm version Build Status js-standard-style

A basic timer for Atom, based on igrad's fork of Yu1989's tomatimer.

Install

$ apm install timer

Usage

  • Commands in Command Palette:
    • timer: Start Start Timer.
    • timer: Stop Stop Timer.
    • timer: Reset Restart current session.
    • timer: Pause Or Resume Pause or resume current session.
      • You can enable an option to automatically resume the timer when typing.
  • Once started, look for a timer on status bar, that consists of an hourglass icon and a time.
    • Click icon to view your Timer historical stats.
    • Click time to pause/resume current session.

Keyboard Shortcuts

  • ctrl-alt-t timer: Start
  • ctrl-alt-s timer: Stop
  • ctrl-alt-r timer: Reset
  • ctrl-alt-p timer: Pause Or Resume