
Tracking time without leaving command line using https://www.toggl.com/

to start tracking time you will need Api token that you can grab from your toggl [profile page](https://www.toggl.com/app/profile)

On the first run program will ask you for the Api token

Install

```
npm install toggl -g
```

Start a new time entry type

```
toggl start working on issue 34
```

```start``` is optional so you can just type

```
toggl working on issue 34
```


to stop entry type a

```
toggl stop
```

