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
- Host: GitHub
- URL: https://github.com/loopmode/timelens
- Owner: loopmode
- Created: 2020-11-04T10:32:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T11:04:00.000Z (over 5 years ago)
- Last Synced: 2025-01-08T16:26:15.196Z (about 1 year ago)
- Language: JavaScript
- Size: 3.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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