This package consumes the following services:
Tiny Timer
A loose and straightforward timer for Atom, based on Yu1989's tomatimer.
Install
$ apm install tinytimer
Usage
- Commands in Command Palette:
tinytimer: Start
Start Tiny Timer.tinytimer: Stop
Stop Tiny Timer.tinytimer: Reset
Restart current session.tinytimer: Pause Or Resume
Pause or resume current session.- Typing in Atom automatically resumes the timer.
- Once started, look for a timer on status bar, that consists of an hourglass icon and a time.
- Click icon to view your Tiny Timer historical stats.
- Click time to pause/resume current session.
Keyboard Shortcuts
- ctrl-alt-t
tinytimer: Start
- ctrl-alt-s
tinytimer: Stop
- ctrl-alt-r
tinytimer: Reset
- ctrl-alt-p
tinytimer: Pause Or Resume