An open API service indexing awesome lists of open source software.

https://github.com/loopmode/timelens

Electron app for tracking time spent in applications
https://github.com/loopmode/timelens

Last synced: about 1 year ago
JSON representation

Electron app for tracking time spent in applications

Awesome Lists containing this project

README

          

# timelens

Electron app for tracking time spent in applications. WIP

## Installation

```
yarn setup
```

Installs dependencies, rebuilds native dependencies and initializes the SQLite database

## Development

```
yarn start
```

Starts the development environment

## Build

```
yarn dist
```

Creates an installer package for the current architecture (e.g. Linux/Windows/MacOS) in the `dist` folder